Html Css Color HEX #F3C42E Saffron

📋 copy color: '#F3C42E'

red 243 ◦ green 196 ◦ blue 46

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

Shades of Saffron #F3C42E

Tints of Saffron #F3C42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 50.1%
G = 40.41%
B = 9.48%

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

#F3C42E (or 0xF3C42E) is known color: Saffron. HEX triplet: F3, C4 and 2E. RGB value is (243,196,46). Sum of RGB (Red+Green+Blue) = 243+196+46=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C42E is #0C3BD1. Grayscale: #C1C1C1. Windows color (decimal): -801746 or 3065075. OLE color: 3065075.

HSL color Cylindrical-coordinate representation of color #F3C42E: hue angle of 45.69º degrees, saturation: 0.89, 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 #F3C42E is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 196 46 -
CMYK 0 0.19 0.81 0.05
HSL 45.69º 0.89% 0.57% -
HSV(B) 45.69º 0.81% 0.95% -
XYZ 57.2 58.73 10.91 -
YUV 192.95 45.07 163.7 -
System Red Green Blue C M Y K H S L
Decimal 243 196 46 0 0.19 0.81 0.05 45.69 0.89 0.57
Hex F3 C4 2E 0 13 51 5 2E 59 39
Octal 363 304 56 0 23 121 5 56 131 71
Binary 11110011 11000100 101110 0 10011 1010001 101 101110 1011001 111001

Color Harmonies of #F3C42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C42E

Black with #F3C42E

Text Example


Text Example

White with #F3C42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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