Html Css Color HEX #F0BC59 Ronchi

📋 copy color: '#F0BC59'

red 240 ◦ green 188 ◦ blue 89

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

Shades of Ronchi #F0BC59

Tints of Ronchi #F0BC59

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

 BLUE value IS 89 (35.16% from 255) = 17.21%

R = 46.42%
G = 36.36%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0BC59 (or 0xF0BC59) is known color: Ronchi. HEX triplet: F0, BC and 59. RGB value is (240,188,89). Sum of RGB (Red+Green+Blue) = 240+188+89=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC59 is #0F43A6. Grayscale: #C0C0C0. Windows color (decimal): -1000359 or 5881072. OLE color: 5881072.

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

Color convert

RGB 240 188 89 -
CMYK 0 0.22 0.63 0.06
HSL 39.34º 0.83% 0.65% -
HSV(B) 39.34º 0.63% 0.94% -
XYZ 55.72 55.21 17.17 -
YUV 192.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 240 188 89 0 0.22 0.63 0.06 39.34 0.83 0.65
Hex F0 BC 59 0 16 3F 6 27 53 41
Octal 360 274 131 0 26 77 6 47 123 101
Binary 11110000 10111100 1011001 0 10110 111111 110 100111 1010011 1000001

Color Harmonies of #F0BC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC59

Black with #F0BC59

Text Example


Text Example

White with #F0BC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC59; }

 p { color: rgb(240,188,89); }

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

background-color css

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

 a { background-color: rgb(240,188,89); }

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

border-color css

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

 span { border-color: rgb(240,188,89); }

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