Html Css Color HEX #FAC42B Saffron

📋 copy color: '#FAC42B'

red 250 ◦ green 196 ◦ blue 43

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

Shades of Saffron #FAC42B

Tints of Saffron #FAC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.08%

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

R = 51.12%
G = 40.08%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC42B (or 0xFAC42B) is known color: Saffron. HEX triplet: FA, C4 and 2B. RGB value is (250,196,43). Sum of RGB (Red+Green+Blue) = 250+196+43=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC42B is #053BD4. Grayscale: #C3C3C3. Windows color (decimal): -342997 or 2868474. OLE color: 2868474.

HSL color Cylindrical-coordinate representation of color #FAC42B: hue angle of 44.35º 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 #FAC42B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 43 -
CMYK 0 0.22 0.83 0.02
HSL 44.35º 0.95% 0.57% -
HSV(B) 44.35º 0.83% 0.98% -
XYZ 59.6 59.98 10.72 -
YUV 194.7 42.39 167.44 -
System Red Green Blue C M Y K H S L
Decimal 250 196 43 0 0.22 0.83 0.02 44.35 0.95 0.57
Hex FA C4 2B 0 16 53 2 2C 5F 39
Octal 372 304 53 0 26 123 2 54 137 71
Binary 11111010 11000100 101011 0 10110 1010011 10 101100 1011111 111001

Color Harmonies of #FAC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC42B

Black with #FAC42B

Text Example


Text Example

White with #FAC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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