Html Css Color HEX #F3C032 Saffron

📋 copy color: '#F3C032'

red 243 ◦ green 192 ◦ blue 50

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

Shades of Saffron #F3C032

Tints of Saffron #F3C032

RGB

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

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

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

R = 50.1%
G = 39.59%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F3C032 (or 0xF3C032) is known color: Saffron. HEX triplet: F3, C0 and 32. RGB value is (243,192,50). Sum of RGB (Red+Green+Blue) = 243+192+50=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C032 is #0C3FCD. Grayscale: #BFBFBF. Windows color (decimal): -802766 or 3326195. OLE color: 3326195.

HSL color Cylindrical-coordinate representation of color #F3C032: hue angle of 44.15º 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 #F3C032 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 50 -
CMYK 0 0.21 0.79 0.05
HSL 44.15º 0.89% 0.57% -
HSV(B) 44.15º 0.79% 0.95% -
XYZ 56.39 56.98 11.04 -
YUV 191.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 243 192 50 0 0.21 0.79 0.05 44.15 0.89 0.57
Hex F3 C0 32 0 15 4F 5 2C 59 39
Octal 363 300 62 0 25 117 5 54 131 71
Binary 11110011 11000000 110010 0 10101 1001111 101 101100 1011001 111001

Color Harmonies of #F3C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C032

Black with #F3C032

Text Example


Text Example

White with #F3C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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