Html Css Color HEX #F2C32F Saffron

📋 copy color: '#F2C32F'

red 242 ◦ green 195 ◦ blue 47

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

Shades of Saffron #F2C32F

Tints of Saffron #F2C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

 BLUE value IS 47 (18.75% from 255) = 9.71%

R = 50%
G = 40.29%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2C32F (or 0xF2C32F) is known color: Saffron. HEX triplet: F2, C3 and 2F. RGB value is (242,195,47). Sum of RGB (Red+Green+Blue) = 242+195+47=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C32F is #0D3CD0. Grayscale: #C0C0C0. Windows color (decimal): -867537 or 3130354. OLE color: 3130354.

HSL color Cylindrical-coordinate representation of color #F2C32F: hue angle of 45.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2C32F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 47 -
CMYK 0 0.19 0.81 0.05
HSL 45.54º 0.88% 0.57% -
HSV(B) 45.54º 0.81% 0.95% -
XYZ 56.65 58.11 10.92 -
YUV 192.18 46.07 163.53 -
System Red Green Blue C M Y K H S L
Decimal 242 195 47 0 0.19 0.81 0.05 45.54 0.88 0.57
Hex F2 C3 2F 0 13 51 5 2E 58 39
Octal 362 303 57 0 23 121 5 56 130 71
Binary 11110010 11000011 101111 0 10011 1010001 101 101110 1011000 111001

Color Harmonies of #F2C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C32F

Black with #F2C32F

Text Example


Text Example

White with #F2C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C32F; }

 p { color: rgb(242,195,47); }

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

background-color css

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

 a { background-color: rgb(242,195,47); }

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

border-color css

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

 span { border-color: rgb(242,195,47); }

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