Html Css Color HEX #F0CC3B Saffron

📋 copy color: '#F0CC3B'

red 240 ◦ green 204 ◦ blue 59

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

Shades of Saffron #F0CC3B

Tints of Saffron #F0CC3B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

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

R = 47.71%
G = 40.56%
B = 11.73%

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

#F0CC3B (or 0xF0CC3B) is known color: Saffron. HEX triplet: F0, CC and 3B. RGB value is (240,204,59). Sum of RGB (Red+Green+Blue) = 240+204+59=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CC3B is #0F33C4. Grayscale: #C6C6C6. Windows color (decimal): -996293 or 3919088. OLE color: 3919088.

HSL color Cylindrical-coordinate representation of color #F0CC3B: hue angle of 48.07º 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 #F0CC3B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 59 -
CMYK 0 0.15 0.75 0.06
HSL 48.07º 0.86% 0.59% -
HSV(B) 48.07º 0.75% 0.94% -
XYZ 58.32 62.03 13.04 -
YUV 198.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 240 204 59 0 0.15 0.75 0.06 48.07 0.86 0.59
Hex F0 CC 3B 0 F 4B 6 30 56 3B
Octal 360 314 73 0 17 113 6 60 126 73
Binary 11110000 11001100 111011 0 1111 1001011 110 110000 1010110 111011

Color Harmonies of #F0CC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC3B

Black with #F0CC3B

Text Example


Text Example

White with #F0CC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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