Html Css Color HEX #FAC12B Saffron

📋 copy color: '#FAC12B'

red 250 ◦ green 193 ◦ blue 43

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

Shades of Saffron #FAC12B

Tints of Saffron #FAC12B

RGB

 RED value IS 250 (98.05% from 255) = 51.44%

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

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

R = 51.44%
G = 39.71%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC12B (or 0xFAC12B) is known color: Saffron. HEX triplet: FA, C1 and 2B. RGB value is (250,193,43). Sum of RGB (Red+Green+Blue) = 250+193+43=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC12B is #053ED4. Grayscale: #C1C1C1. Windows color (decimal): -343765 or 2867706. OLE color: 2867706.

HSL color Cylindrical-coordinate representation of color #FAC12B: hue angle of 43.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAC12B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 43 -
CMYK 0 0.23 0.83 0.02
HSL 43.48º 0.95% 0.57% -
HSV(B) 43.48º 0.83% 0.98% -
XYZ 58.93 58.64 10.5 -
YUV 192.94 43.38 168.7 -
System Red Green Blue C M Y K H S L
Decimal 250 193 43 0 0.23 0.83 0.02 43.48 0.95 0.57
Hex FA C1 2B 0 17 53 2 2B 5F 39
Octal 372 301 53 0 27 123 2 53 137 71
Binary 11111010 11000001 101011 0 10111 1010011 10 101011 1011111 111001

Color Harmonies of #FAC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC12B

Black with #FAC12B

Text Example


Text Example

White with #FAC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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