Html Css Color HEX #FACE19 Turbo

📋 copy color: '#FACE19'

red 250 ◦ green 206 ◦ blue 25

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

Shades of Turbo #FACE19

Tints of Turbo #FACE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.2%

R = 51.98%
G = 42.83%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FACE19 (or 0xFACE19) is known color: Turbo. HEX triplet: FA, CE and 19. RGB value is (250,206,25). Sum of RGB (Red+Green+Blue) = 250+206+25=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE19 is #0531E6. Grayscale: #C7C7C7. Windows color (decimal): -340455 or 1691386. OLE color: 1691386.

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

Color convert

RGB 250 206 25 -
CMYK 0 0.18 0.9 0.02
HSL 48.27º 0.96% 0.54% -
HSV(B) 48.27º 0.9% 0.98% -
XYZ 61.67 64.54 10.13 -
YUV 198.52 30.08 164.72 -
System Red Green Blue C M Y K H S L
Decimal 250 206 25 0 0.18 0.9 0.02 48.27 0.96 0.54
Hex FA CE 19 0 12 5A 2 30 60 36
Octal 372 316 31 0 22 132 2 60 140 66
Binary 11111010 11001110 11001 0 10010 1011010 10 110000 1100000 110110

Color Harmonies of #FACE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE19

Black with #FACE19

Text Example


Text Example

White with #FACE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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