Html Css Color HEX #FACE16 Turbo

📋 copy color: '#FACE16'

red 250 ◦ green 206 ◦ blue 22

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

Shades of Turbo #FACE16

Tints of Turbo #FACE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.6%

R = 52.3%
G = 43.1%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FACE16 (or 0xFACE16) is known color: Turbo. HEX triplet: FA, CE and 16. RGB value is (250,206,22). Sum of RGB (Red+Green+Blue) = 250+206+22=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE16 is #0531E9. Grayscale: #C6C6C6. Windows color (decimal): -340458 or 1494778. OLE color: 1494778.

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

Color convert

RGB 250 206 22 -
CMYK 0 0.18 0.91 0.02
HSL 48.42º 0.96% 0.53% -
HSV(B) 48.42º 0.91% 0.98% -
XYZ 61.64 64.52 9.96 -
YUV 198.18 28.58 164.96 -
System Red Green Blue C M Y K H S L
Decimal 250 206 22 0 0.18 0.91 0.02 48.42 0.96 0.53
Hex FA CE 16 0 12 5B 2 30 60 35
Octal 372 316 26 0 22 133 2 60 140 65
Binary 11111010 11001110 10110 0 10010 1011011 10 110000 1100000 110101

Color Harmonies of #FACE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE16

Black with #FACE16

Text Example


Text Example

White with #FACE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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