Html Css Color HEX #F1C835 Saffron

📋 copy color: '#F1C835'

red 241 ◦ green 200 ◦ blue 53

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

Shades of Saffron #F1C835

Tints of Saffron #F1C835

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

 BLUE value IS 53 (21.09% from 255) = 10.73%

R = 48.79%
G = 40.49%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F1C835 (or 0xF1C835) is known color: Saffron. HEX triplet: F1, C8 and 35. RGB value is (241,200,53). Sum of RGB (Red+Green+Blue) = 241+200+53=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C835 is #0E37CA. Grayscale: #C4C4C4. Windows color (decimal): -931787 or 3524849. OLE color: 3524849.

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

Color convert

RGB 241 200 53 -
CMYK 0 0.17 0.78 0.05
HSL 46.91º 0.87% 0.58% -
HSV(B) 46.91º 0.78% 0.95% -
XYZ 57.57 60.27 11.97 -
YUV 195.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 241 200 53 0 0.17 0.78 0.05 46.91 0.87 0.58
Hex F1 C8 35 0 11 4E 5 2F 57 3A
Octal 361 310 65 0 21 116 5 57 127 72
Binary 11110001 11001000 110101 0 10001 1001110 101 101111 1010111 111010

Color Harmonies of #F1C835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C835

Black with #F1C835

Text Example


Text Example

White with #F1C835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C835; }

 p { color: rgb(241,200,53); }

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

background-color css

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

 a { background-color: rgb(241,200,53); }

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

border-color css

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

 span { border-color: rgb(241,200,53); }

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