Html Css Color HEX #FAC931 Sunglow

📋 copy color: '#FAC931'

red 250 ◦ green 201 ◦ blue 49

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

Shades of Sunglow #FAC931

Tints of Sunglow #FAC931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.8%

R = 50%
G = 40.2%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC931 (or 0xFAC931) is known color: Sunglow. HEX triplet: FA, C9 and 31. RGB value is (250,201,49). Sum of RGB (Red+Green+Blue) = 250+201+49=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC931 is #0536CE. Grayscale: #C6C6C6. Windows color (decimal): -341711 or 3262970. OLE color: 3262970.

HSL color Cylindrical-coordinate representation of color #FAC931: hue angle of 45.37º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAC931 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 49 -
CMYK 0 0.20 0.80 0.02
HSL 45.37º 0.95% 0.59% -
HSV(B) 45.37º 0.8% 0.98% -
XYZ 60.87 62.32 11.73 -
YUV 198.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 250 201 49 0 0.20 0.80 0.02 45.37 0.95 0.59
Hex FA C9 31 0 14 50 2 2D 5F 3B
Octal 372 311 61 0 24 120 2 55 137 73
Binary 11111010 11001001 110001 0 10100 1010000 10 101101 1011111 111011

Color Harmonies of #FAC931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC931

Black with #FAC931

Text Example


Text Example

White with #FAC931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC931; }

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

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

background-color css

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

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

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

border-color css

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

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

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