Html Css Color HEX #FACE3A Sunglow

📋 copy color: '#FACE3A'

red 250 ◦ green 206 ◦ blue 58

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

Shades of Sunglow #FACE3A

Tints of Sunglow #FACE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.28%

R = 48.64%
G = 40.08%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FACE3A (or 0xFACE3A) is known color: Sunglow. HEX triplet: FA, CE and 3A. RGB value is (250,206,58). Sum of RGB (Red+Green+Blue) = 250+206+58=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE3A is #0531C5. Grayscale: #CACACA. Windows color (decimal): -340422 or 3854074. OLE color: 3854074.

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

Color convert

RGB 250 206 58 -
CMYK 0 0.18 0.77 0.02
HSL 46.25º 0.95% 0.6% -
HSV(B) 46.25º 0.77% 0.98% -
XYZ 62.26 64.77 13.22 -
YUV 202.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 250 206 58 0 0.18 0.77 0.02 46.25 0.95 0.6
Hex FA CE 3A 0 12 4D 2 2E 5F 3C
Octal 372 316 72 0 22 115 2 56 137 74
Binary 11111010 11001110 111010 0 10010 1001101 10 101110 1011111 111100

Color Harmonies of #FACE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE3A

Black with #FACE3A

Text Example


Text Example

White with #FACE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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