Html Css Color HEX #F0CB3B Saffron

📋 copy color: '#F0CB3B'

red 240 ◦ green 203 ◦ blue 59

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

Shades of Saffron #F0CB3B

Tints of Saffron #F0CB3B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.44%

 BLUE value IS 59 (23.44% from 255) = 11.75%

R = 47.81%
G = 40.44%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0CB3B (or 0xF0CB3B) is known color: Saffron. HEX triplet: F0, CB and 3B. RGB value is (240,203,59). Sum of RGB (Red+Green+Blue) = 240+203+59=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB3B is #0F34C4. Grayscale: #C6C6C6. Windows color (decimal): -996549 or 3918832. OLE color: 3918832.

HSL color Cylindrical-coordinate representation of color #F0CB3B: hue angle of 47.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0CB3B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 59 -
CMYK 0 0.15 0.75 0.06
HSL 47.73º 0.86% 0.59% -
HSV(B) 47.73º 0.75% 0.94% -
XYZ 58.08 61.55 12.96 -
YUV 197.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 240 203 59 0 0.15 0.75 0.06 47.73 0.86 0.59
Hex F0 CB 3B 0 F 4B 6 30 56 3B
Octal 360 313 73 0 17 113 6 60 126 73
Binary 11110000 11001011 111011 0 1111 1001011 110 110000 1010110 111011

Color Harmonies of #F0CB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB3B

Black with #F0CB3B

Text Example


Text Example

White with #F0CB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB3B; }

 p { color: rgb(240,203,59); }

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

background-color css

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

 a { background-color: rgb(240,203,59); }

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

border-color css

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

 span { border-color: rgb(240,203,59); }

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