Html Css Color HEX #F0BA57 Ronchi

📋 copy color: '#F0BA57'

red 240 ◦ green 186 ◦ blue 87

#F0BA57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ronchi #F0BA57

Tints of Ronchi #F0BA57

RGB

 RED value IS 240 (94.14% from 255) = 46.78%

 GREEN value IS 186 (73.05% from 255) = 36.26%

 BLUE value IS 87 (34.38% from 255) = 16.96%

R = 46.78%
G = 36.26%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0BA57 (or 0xF0BA57) is known color: Ronchi. HEX triplet: F0, BA and 57. RGB value is (240,186,87). Sum of RGB (Red+Green+Blue) = 240+186+87=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA57 is #0F45A8. Grayscale: #BFBFBF. Windows color (decimal): -1000873 or 5749488. OLE color: 5749488.

HSL color Cylindrical-coordinate representation of color #F0BA57: hue angle of 38.82º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0BA57 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 87 -
CMYK 0 0.22 0.64 0.06
HSL 38.82º 0.84% 0.64% -
HSV(B) 38.82º 0.64% 0.94% -
XYZ 55.21 54.33 16.59 -
YUV 190.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 240 186 87 0 0.22 0.64 0.06 38.82 0.84 0.64
Hex F0 BA 57 0 16 40 6 27 54 40
Octal 360 272 127 0 26 100 6 47 124 100
Binary 11110000 10111010 1010111 0 10110 1000000 110 100111 1010100 1000000

Color Harmonies of #F0BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA57

Black with #F0BA57

Text Example


Text Example

White with #F0BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA57; }

 p { color: rgb(240,186,87); }

 H1.HeaderClassName
 {
   color: #F0BA57;
 }
 .AnyTagClassName
 {
   color: #F0BA57;
 }
</style>

background-color css

<style>
 a { background-color: #F0BA57; }

 a { background-color: rgb(240,186,87); }

 div.DivClassName
 {
   background-color: #F0BA57;
 }
 .BgClassName
 {
   background-color: #F0BA57;
 }
</style>

border-color css

<style>
 span { border-color: #F0BA57; }

 span { border-color: rgb(240,186,87); }

 td.TdClassName
 {
   border-color: #F0BA57;
 }
 .TagClassName
 {
   border-color: #F0BA57;
 }
</style>