Html Css Color HEX #F3C32B Saffron

📋 copy color: '#F3C32B'

red 243 ◦ green 195 ◦ blue 43

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

Shades of Saffron #F3C32B

Tints of Saffron #F3C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.94%

R = 50.52%
G = 40.54%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3C32B (or 0xF3C32B) is known color: Saffron. HEX triplet: F3, C3 and 2B. RGB value is (243,195,43). Sum of RGB (Red+Green+Blue) = 243+195+43=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C32B is #0C3CD4. Grayscale: #C0C0C0. Windows color (decimal): -802005 or 2868211. OLE color: 2868211.

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

Color convert

RGB 243 195 43 -
CMYK 0 0.20 0.82 0.05
HSL 45.6º 0.89% 0.56% -
HSV(B) 45.6º 0.82% 0.95% -
XYZ 56.91 58.26 10.53 -
YUV 192.02 43.9 164.36 -
System Red Green Blue C M Y K H S L
Decimal 243 195 43 0 0.20 0.82 0.05 45.6 0.89 0.56
Hex F3 C3 2B 0 14 52 5 2E 59 38
Octal 363 303 53 0 24 122 5 56 131 70
Binary 11110011 11000011 101011 0 10100 1010010 101 101110 1011001 111000

Color Harmonies of #F3C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C32B

Black with #F3C32B

Text Example


Text Example

White with #F3C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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