Html Css Color HEX #FACE2C Sunglow

📋 copy color: '#FACE2C'

red 250 ◦ green 206 ◦ blue 44

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

Shades of Sunglow #FACE2C

Tints of Sunglow #FACE2C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 44 (17.58% from 255) = 8.8%

R = 50%
G = 41.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FACE2C (or 0xFACE2C) is known color: Sunglow. HEX triplet: FA, CE and 2C. RGB value is (250,206,44). Sum of RGB (Red+Green+Blue) = 250+206+44=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 44 (17.58% from 255 or 8.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE2C is #0531D3. Grayscale: #C9C9C9. Windows color (decimal): -340436 or 2936570. OLE color: 2936570.

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

Color convert

RGB 250 206 44 -
CMYK 0 0.18 0.82 0.02
HSL 47.18º 0.95% 0.58% -
HSV(B) 47.18º 0.82% 0.98% -
XYZ 61.95 64.65 11.6 -
YUV 200.69 39.58 163.17 -
System Red Green Blue C M Y K H S L
Decimal 250 206 44 0 0.18 0.82 0.02 47.18 0.95 0.58
Hex FA CE 2C 0 12 52 2 2F 5F 3A
Octal 372 316 54 0 22 122 2 57 137 72
Binary 11111010 11001110 101100 0 10010 1010010 10 101111 1011111 111010

Color Harmonies of #FACE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE2C

Black with #FACE2C

Text Example


Text Example

White with #FACE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE2C; }

 p { color: rgb(250,206,44); }

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

background-color css

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

 a { background-color: rgb(250,206,44); }

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

border-color css

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

 span { border-color: rgb(250,206,44); }

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