Html Css Color HEX #F2C438 Saffron

📋 copy color: '#F2C438'

red 242 ◦ green 196 ◦ blue 56

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

Shades of Saffron #F2C438

Tints of Saffron #F2C438

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.68%

 BLUE value IS 56 (22.27% from 255) = 11.34%

R = 48.99%
G = 39.68%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2C438 (or 0xF2C438) is known color: Saffron. HEX triplet: F2, C4 and 38. RGB value is (242,196,56). Sum of RGB (Red+Green+Blue) = 242+196+56=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C438 is #0D3BC7. Grayscale: #C2C2C2. Windows color (decimal): -867272 or 3720434. OLE color: 3720434.

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

Color convert

RGB 242 196 56 -
CMYK 0 0.19 0.77 0.05
HSL 45.16º 0.88% 0.58% -
HSV(B) 45.16º 0.77% 0.95% -
XYZ 57.07 58.64 12.05 -
YUV 193.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 242 196 56 0 0.19 0.77 0.05 45.16 0.88 0.58
Hex F2 C4 38 0 13 4D 5 2D 58 3A
Octal 362 304 70 0 23 115 5 55 130 72
Binary 11110010 11000100 111000 0 10011 1001101 101 101101 1011000 111010

Color Harmonies of #F2C438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C438

Black with #F2C438

Text Example


Text Example

White with #F2C438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C438; }

 p { color: rgb(242,196,56); }

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

background-color css

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

 a { background-color: rgb(242,196,56); }

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

border-color css

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

 span { border-color: rgb(242,196,56); }

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