Html Css Color HEX #FACE2F Sunglow

📋 copy color: '#FACE2F'

red 250 ◦ green 206 ◦ blue 47

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

Shades of Sunglow #FACE2F

Tints of Sunglow #FACE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 49.7%
G = 40.95%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FACE2F (or 0xFACE2F) is known color: Sunglow. HEX triplet: FA, CE and 2F. RGB value is (250,206,47). Sum of RGB (Red+Green+Blue) = 250+206+47=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE2F is #0531D0. Grayscale: #C9C9C9. Windows color (decimal): -340433 or 3133178. OLE color: 3133178.

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

Color convert

RGB 250 206 47 -
CMYK 0 0.18 0.81 0.02
HSL 47º 0.95% 0.58% -
HSV(B) 47º 0.81% 0.98% -
XYZ 62.01 64.67 11.9 -
YUV 201.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 250 206 47 0 0.18 0.81 0.02 47 0.95 0.58
Hex FA CE 2F 0 12 51 2 2F 5F 3A
Octal 372 316 57 0 22 121 2 57 137 72
Binary 11111010 11001110 101111 0 10010 1010001 10 101111 1011111 111010

Color Harmonies of #FACE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE2F

Black with #FACE2F

Text Example


Text Example

White with #FACE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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