Html Css Color HEX #F2C035 Saffron

📋 copy color: '#F2C035'

red 242 ◦ green 192 ◦ blue 53

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

Shades of Saffron #F2C035

Tints of Saffron #F2C035

RGB

 RED value IS 242 (94.92% from 255) = 49.69%

 GREEN value IS 192 (75.39% from 255) = 39.43%

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

R = 49.69%
G = 39.43%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2C035 (or 0xF2C035) is known color: Saffron. HEX triplet: F2, C0 and 35. RGB value is (242,192,53). Sum of RGB (Red+Green+Blue) = 242+192+53=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C035 is #0D3FCA. Grayscale: #BFBFBF. Windows color (decimal): -868299 or 3522802. OLE color: 3522802.

HSL color Cylindrical-coordinate representation of color #F2C035: hue angle of 44.13º degrees, saturation: 0.88, 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 #F2C035 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 53 -
CMYK 0 0.21 0.78 0.05
HSL 44.13º 0.88% 0.58% -
HSV(B) 44.13º 0.78% 0.95% -
XYZ 56.11 56.83 11.38 -
YUV 191.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 242 192 53 0 0.21 0.78 0.05 44.13 0.88 0.58
Hex F2 C0 35 0 15 4E 5 2C 58 3A
Octal 362 300 65 0 25 116 5 54 130 72
Binary 11110010 11000000 110101 0 10101 1001110 101 101100 1011000 111010

Color Harmonies of #F2C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C035

Black with #F2C035

Text Example


Text Example

White with #F2C035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C035; }

 p { color: rgb(242,192,53); }

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

background-color css

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

 a { background-color: rgb(242,192,53); }

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

border-color css

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

 span { border-color: rgb(242,192,53); }

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