Html Css Color HEX #FACA37 Sunglow

📋 copy color: '#FACA37'

red 250 ◦ green 202 ◦ blue 55

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

Shades of Sunglow #FACA37

Tints of Sunglow #FACA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.85%

R = 49.31%
G = 39.84%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FACA37 (or 0xFACA37) is known color: Sunglow. HEX triplet: FA, CA and 37. RGB value is (250,202,55). Sum of RGB (Red+Green+Blue) = 250+202+55=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA37 is #0535C8. Grayscale: #C8C8C8. Windows color (decimal): -341449 or 3656442. OLE color: 3656442.

HSL color Cylindrical-coordinate representation of color #FACA37: hue angle of 45.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FACA37 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 55 -
CMYK 0 0.19 0.78 0.02
HSL 45.23º 0.95% 0.6% -
HSV(B) 45.23º 0.78% 0.98% -
XYZ 61.23 62.84 12.52 -
YUV 199.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 250 202 55 0 0.19 0.78 0.02 45.23 0.95 0.6
Hex FA CA 37 0 13 4E 2 2D 5F 3C
Octal 372 312 67 0 23 116 2 55 137 74
Binary 11111010 11001010 110111 0 10011 1001110 10 101101 1011111 111100

Color Harmonies of #FACA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA37

Black with #FACA37

Text Example


Text Example

White with #FACA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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