Html Css Color HEX #F3C332 Saffron

📋 copy color: '#F3C332'

red 243 ◦ green 195 ◦ blue 50

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

Shades of Saffron #F3C332

Tints of Saffron #F3C332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 50 (19.92% from 255) = 10.25%

R = 49.8%
G = 39.96%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F3C332 (or 0xF3C332) is known color: Saffron. HEX triplet: F3, C3 and 32. RGB value is (243,195,50). Sum of RGB (Red+Green+Blue) = 243+195+50=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C332 is #0C3CCD. Grayscale: #C1C1C1. Windows color (decimal): -801998 or 3326963. OLE color: 3326963.

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

Color convert

RGB 243 195 50 -
CMYK 0 0.20 0.79 0.05
HSL 45.08º 0.89% 0.57% -
HSV(B) 45.08º 0.79% 0.95% -
XYZ 57.05 58.32 11.27 -
YUV 192.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 243 195 50 0 0.20 0.79 0.05 45.08 0.89 0.57
Hex F3 C3 32 0 14 4F 5 2D 59 39
Octal 363 303 62 0 24 117 5 55 131 71
Binary 11110011 11000011 110010 0 10100 1001111 101 101101 1011001 111001

Color Harmonies of #F3C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C332

Black with #F3C332

Text Example


Text Example

White with #F3C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C332; }

 p { color: rgb(243,195,50); }

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

background-color css

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

 a { background-color: rgb(243,195,50); }

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

border-color css

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

 span { border-color: rgb(243,195,50); }

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