Html Css Color HEX #F2C43A Saffron

📋 copy color: '#F2C43A'

red 242 ◦ green 196 ◦ blue 58

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

Shades of Saffron #F2C43A

Tints of Saffron #F2C43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.69%

R = 48.79%
G = 39.52%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2C43A (or 0xF2C43A) is known color: Saffron. HEX triplet: F2, C4 and 3A. RGB value is (242,196,58). Sum of RGB (Red+Green+Blue) = 242+196+58=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C43A is #0D3BC5. Grayscale: #C2C2C2. Windows color (decimal): -867270 or 3851506. OLE color: 3851506.

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

Color convert

RGB 242 196 58 -
CMYK 0 0.19 0.76 0.05
HSL 45º 0.88% 0.59% -
HSV(B) 45º 0.76% 0.95% -
XYZ 57.12 58.66 12.32 -
YUV 194.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 242 196 58 0 0.19 0.76 0.05 45 0.88 0.59
Hex F2 C4 3A 0 13 4C 5 2D 58 3B
Octal 362 304 72 0 23 114 5 55 130 73
Binary 11110010 11000100 111010 0 10011 1001100 101 101101 1011000 111011

Color Harmonies of #F2C43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C43A

Black with #F2C43A

Text Example


Text Example

White with #F2C43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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