Html Css Color HEX #FAC92B Saffron

📋 copy color: '#FAC92B'

red 250 ◦ green 201 ◦ blue 43

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

Shades of Saffron #FAC92B

Tints of Saffron #FAC92B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

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

R = 50.61%
G = 40.69%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC92B (or 0xFAC92B) is known color: Saffron. HEX triplet: FA, C9 and 2B. RGB value is (250,201,43). Sum of RGB (Red+Green+Blue) = 250+201+43=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC92B is #0536D4. Grayscale: #C6C6C6. Windows color (decimal): -341717 or 2869754. OLE color: 2869754.

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

Color convert

RGB 250 201 43 -
CMYK 0 0.20 0.83 0.02
HSL 45.8º 0.95% 0.57% -
HSV(B) 45.8º 0.83% 0.98% -
XYZ 60.75 62.27 11.1 -
YUV 197.64 40.73 165.35 -
System Red Green Blue C M Y K H S L
Decimal 250 201 43 0 0.20 0.83 0.02 45.8 0.95 0.57
Hex FA C9 2B 0 14 53 2 2E 5F 39
Octal 372 311 53 0 24 123 2 56 137 71
Binary 11111010 11001001 101011 0 10100 1010011 10 101110 1011111 111001

Color Harmonies of #FAC92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC92B

Black with #FAC92B

Text Example


Text Example

White with #FAC92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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