Html Css Color HEX #F3C12B Saffron

📋 copy color: '#F3C12B'

red 243 ◦ green 193 ◦ blue 43

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

Shades of Saffron #F3C12B

Tints of Saffron #F3C12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.29%

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

R = 50.73%
G = 40.29%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3C12B (or 0xF3C12B) is known color: Saffron. HEX triplet: F3, C1 and 2B. RGB value is (243,193,43). Sum of RGB (Red+Green+Blue) = 243+193+43=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C12B is #0C3ED4. Grayscale: #BFBFBF. Windows color (decimal): -802517 or 2867699. OLE color: 2867699.

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

Color convert

RGB 243 193 43 -
CMYK 0 0.21 0.82 0.05
HSL 45º 0.89% 0.56% -
HSV(B) 45º 0.82% 0.95% -
XYZ 56.47 57.37 10.38 -
YUV 190.85 44.57 165.2 -
System Red Green Blue C M Y K H S L
Decimal 243 193 43 0 0.21 0.82 0.05 45 0.89 0.56
Hex F3 C1 2B 0 15 52 5 2D 59 38
Octal 363 301 53 0 25 122 5 55 131 70
Binary 11110011 11000001 101011 0 10101 1010010 101 101101 1011001 111000

Color Harmonies of #F3C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C12B

Black with #F3C12B

Text Example


Text Example

White with #F3C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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