Html Css Color HEX #FAC932 Sunglow

📋 copy color: '#FAC932'

red 250 ◦ green 201 ◦ blue 50

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

Shades of Sunglow #FAC932

Tints of Sunglow #FAC932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.98%

R = 49.9%
G = 40.12%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAC932 (or 0xFAC932) is known color: Sunglow. HEX triplet: FA, C9 and 32. RGB value is (250,201,50). Sum of RGB (Red+Green+Blue) = 250+201+50=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC932 is #0536CD. Grayscale: #C7C7C7. Windows color (decimal): -341710 or 3328506. OLE color: 3328506.

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

Color convert

RGB 250 201 50 -
CMYK 0 0.20 0.8 0.02
HSL 45.3º 0.95% 0.59% -
HSV(B) 45.3º 0.8% 0.98% -
XYZ 60.89 62.33 11.84 -
YUV 198.44 44.23 164.78 -
System Red Green Blue C M Y K H S L
Decimal 250 201 50 0 0.20 0.8 0.02 45.3 0.95 0.59
Hex FA C9 32 0 14 50 2 2D 5F 3B
Octal 372 311 62 0 24 120 2 55 137 73
Binary 11111010 11001001 110010 0 10100 1010000 10 101101 1011111 111011

Color Harmonies of #FAC932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC932

Black with #FAC932

Text Example


Text Example

White with #FAC932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC932; }

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

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

background-color css

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

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

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

border-color css

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

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

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