Html Css Color HEX #F3C02A Saffron

📋 copy color: '#F3C02A'

red 243 ◦ green 192 ◦ blue 42

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

Shades of Saffron #F3C02A

Tints of Saffron #F3C02A

RGB

 RED value IS 243 (95.31% from 255) = 50.94%

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

 BLUE value IS 42 (16.8% from 255) = 8.81%

R = 50.94%
G = 40.25%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3C02A (or 0xF3C02A) is known color: Saffron. HEX triplet: F3, C0 and 2A. RGB value is (243,192,42). Sum of RGB (Red+Green+Blue) = 243+192+42=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C02A is #0C3FD5. Grayscale: #BEBEBE. Windows color (decimal): -802774 or 2801907. OLE color: 2801907.

HSL color Cylindrical-coordinate representation of color #F3C02A: hue angle of 44.78º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3C02A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 42 -
CMYK 0 0.21 0.83 0.05
HSL 44.78º 0.89% 0.56% -
HSV(B) 44.78º 0.83% 0.95% -
XYZ 56.23 56.92 10.21 -
YUV 190.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 243 192 42 0 0.21 0.83 0.05 44.78 0.89 0.56
Hex F3 C0 2A 0 15 53 5 2D 59 38
Octal 363 300 52 0 25 123 5 55 131 70
Binary 11110011 11000000 101010 0 10101 1010011 101 101101 1011001 111000

Color Harmonies of #F3C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C02A

Black with #F3C02A

Text Example


Text Example

White with #F3C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C02A; }

 p { color: rgb(243,192,42); }

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

background-color css

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

 a { background-color: rgb(243,192,42); }

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

border-color css

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

 span { border-color: rgb(243,192,42); }

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