Html Css Color HEX #F1CB3C Saffron

📋 copy color: '#F1CB3C'

red 241 ◦ green 203 ◦ blue 60

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

Shades of Saffron #F1CB3C

Tints of Saffron #F1CB3C

RGB

 RED value IS 241 (94.53% from 255) = 47.82%

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

 BLUE value IS 60 (23.83% from 255) = 11.9%

R = 47.82%
G = 40.28%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1CB3C (or 0xF1CB3C) is known color: Saffron. HEX triplet: F1, CB and 3C. RGB value is (241,203,60). Sum of RGB (Red+Green+Blue) = 241+203+60=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB3C is #0E34C3. Grayscale: #C6C6C6. Windows color (decimal): -931012 or 3984369. OLE color: 3984369.

HSL color Cylindrical-coordinate representation of color #F1CB3C: hue angle of 47.4º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1CB3C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 60 -
CMYK 0 0.16 0.75 0.05
HSL 47.4º 0.87% 0.59% -
HSV(B) 47.4º 0.75% 0.95% -
XYZ 58.45 61.74 13.11 -
YUV 198.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 241 203 60 0 0.16 0.75 0.05 47.4 0.87 0.59
Hex F1 CB 3C 0 10 4B 5 2F 57 3B
Octal 361 313 74 0 20 113 5 57 127 73
Binary 11110001 11001011 111100 0 10000 1001011 101 101111 1010111 111011

Color Harmonies of #F1CB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB3C

Black with #F1CB3C

Text Example


Text Example

White with #F1CB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB3C; }

 p { color: rgb(241,203,60); }

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

background-color css

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

 a { background-color: rgb(241,203,60); }

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

border-color css

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

 span { border-color: rgb(241,203,60); }

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