Html Css Color HEX #FACB32 Sunglow

📋 copy color: '#FACB32'

red 250 ◦ green 203 ◦ blue 50

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

Shades of Sunglow #FACB32

Tints of Sunglow #FACB32

RGB

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

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

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

R = 49.7%
G = 40.36%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FACB32 (or 0xFACB32) is known color: Sunglow. HEX triplet: FA, CB and 32. RGB value is (250,203,50). Sum of RGB (Red+Green+Blue) = 250+203+50=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB32 is #0534CD. Grayscale: #C8C8C8. Windows color (decimal): -341198 or 3329018. OLE color: 3329018.

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

Color convert

RGB 250 203 50 -
CMYK 0 0.19 0.8 0.02
HSL 45.9º 0.95% 0.59% -
HSV(B) 45.9º 0.8% 0.98% -
XYZ 61.36 63.27 12 -
YUV 199.61 43.57 163.94 -
System Red Green Blue C M Y K H S L
Decimal 250 203 50 0 0.19 0.8 0.02 45.9 0.95 0.59
Hex FA CB 32 0 13 50 2 2E 5F 3B
Octal 372 313 62 0 23 120 2 56 137 73
Binary 11111010 11001011 110010 0 10011 1010000 10 101110 1011111 111011

Color Harmonies of #FACB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB32

Black with #FACB32

Text Example


Text Example

White with #FACB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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