Html Css Color HEX #FACA32 Sunglow

📋 copy color: '#FACA32'

red 250 ◦ green 202 ◦ blue 50

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

Shades of Sunglow #FACA32

Tints of Sunglow #FACA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

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

R = 49.8%
G = 40.24%
B = 9.96%

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

#FACA32 (or 0xFACA32) is known color: Sunglow. HEX triplet: FA, CA and 32. RGB value is (250,202,50). Sum of RGB (Red+Green+Blue) = 250+202+50=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA32 is #0535CD. Grayscale: #C7C7C7. Windows color (decimal): -341454 or 3328762. OLE color: 3328762.

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

Color convert

RGB 250 202 50 -
CMYK 0 0.19 0.8 0.02
HSL 45.6º 0.95% 0.59% -
HSV(B) 45.6º 0.8% 0.98% -
XYZ 61.12 62.8 11.92 -
YUV 199.02 43.9 164.36 -
System Red Green Blue C M Y K H S L
Decimal 250 202 50 0 0.19 0.8 0.02 45.6 0.95 0.59
Hex FA CA 32 0 13 50 2 2E 5F 3B
Octal 372 312 62 0 23 120 2 56 137 73
Binary 11111010 11001010 110010 0 10011 1010000 10 101110 1011111 111011

Color Harmonies of #FACA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA32

Black with #FACA32

Text Example


Text Example

White with #FACA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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