Html Css Color HEX #F3C428 Saffron

📋 copy color: '#F3C428'

red 243 ◦ green 196 ◦ blue 40

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

Shades of Saffron #F3C428

Tints of Saffron #F3C428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.35%

R = 50.73%
G = 40.92%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F3C428 (or 0xF3C428) is known color: Saffron. HEX triplet: F3, C4 and 28. RGB value is (243,196,40). Sum of RGB (Red+Green+Blue) = 243+196+40=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C428 is #0C3BD7. Grayscale: #C0C0C0. Windows color (decimal): -801752 or 2671859. OLE color: 2671859.

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

Color convert

RGB 243 196 40 -
CMYK 0 0.19 0.84 0.05
HSL 46.11º 0.89% 0.55% -
HSV(B) 46.11º 0.84% 0.95% -
XYZ 57.09 58.69 10.33 -
YUV 192.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 243 196 40 0 0.19 0.84 0.05 46.11 0.89 0.55
Hex F3 C4 28 0 13 54 5 2E 59 37
Octal 363 304 50 0 23 124 5 56 131 67
Binary 11110011 11000100 101000 0 10011 1010100 101 101110 1011001 110111

Color Harmonies of #F3C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C428

Black with #F3C428

Text Example


Text Example

White with #F3C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C428; }

 p { color: rgb(243,196,40); }

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

background-color css

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

 a { background-color: rgb(243,196,40); }

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

border-color css

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

 span { border-color: rgb(243,196,40); }

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