Html Css Color HEX #FACB31 Sunglow

📋 copy color: '#FACB31'

red 250 ◦ green 203 ◦ blue 49

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

Shades of Sunglow #FACB31

Tints of Sunglow #FACB31

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.44%

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

R = 49.8%
G = 40.44%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FACB31 (or 0xFACB31) is known color: Sunglow. HEX triplet: FA, CB and 31. RGB value is (250,203,49). Sum of RGB (Red+Green+Blue) = 250+203+49=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB31 is #0534CE. Grayscale: #C8C8C8. Windows color (decimal): -341199 or 3263482. OLE color: 3263482.

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

Color convert

RGB 250 203 49 -
CMYK 0 0.19 0.80 0.02
HSL 45.97º 0.95% 0.59% -
HSV(B) 45.97º 0.8% 0.98% -
XYZ 61.33 63.26 11.88 -
YUV 199.5 43.07 164.02 -
System Red Green Blue C M Y K H S L
Decimal 250 203 49 0 0.19 0.80 0.02 45.97 0.95 0.59
Hex FA CB 31 0 13 50 2 2E 5F 3B
Octal 372 313 61 0 23 120 2 56 137 73
Binary 11111010 11001011 110001 0 10011 1010000 10 101110 1011111 111011

Color Harmonies of #FACB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB31

Black with #FACB31

Text Example


Text Example

White with #FACB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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