Html Css Color HEX #FACE20 Turbo

📋 copy color: '#FACE20'

red 250 ◦ green 206 ◦ blue 32

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

Shades of Turbo #FACE20

Tints of Turbo #FACE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.56%

R = 51.23%
G = 42.21%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FACE20 (or 0xFACE20) is known color: Turbo. HEX triplet: FA, CE and 20. RGB value is (250,206,32). Sum of RGB (Red+Green+Blue) = 250+206+32=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE20 is #0531DF. Grayscale: #C8C8C8. Windows color (decimal): -340448 or 2150138. OLE color: 2150138.

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

Color convert

RGB 250 206 32 -
CMYK 0 0.18 0.87 0.02
HSL 47.89º 0.96% 0.55% -
HSV(B) 47.89º 0.87% 0.98% -
XYZ 61.76 64.57 10.58 -
YUV 199.32 33.58 164.15 -
System Red Green Blue C M Y K H S L
Decimal 250 206 32 0 0.18 0.87 0.02 47.89 0.96 0.55
Hex FA CE 20 0 12 57 2 30 60 37
Octal 372 316 40 0 22 127 2 60 140 67
Binary 11111010 11001110 100000 0 10010 1010111 10 110000 1100000 110111

Color Harmonies of #FACE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE20

Black with #FACE20

Text Example


Text Example

White with #FACE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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