Html Css Color HEX #FACE15 Turbo

📋 copy color: '#FACE15'

red 250 ◦ green 206 ◦ blue 21

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

Shades of Turbo #FACE15

Tints of Turbo #FACE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.4%

R = 52.41%
G = 43.19%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FACE15 (or 0xFACE15) is known color: Turbo. HEX triplet: FA, CE and 15. RGB value is (250,206,21). Sum of RGB (Red+Green+Blue) = 250+206+21=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE15 is #0531EA. Grayscale: #C6C6C6. Windows color (decimal): -340459 or 1429242. OLE color: 1429242.

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

Color convert

RGB 250 206 21 -
CMYK 0 0.18 0.92 0.02
HSL 48.47º 0.96% 0.53% -
HSV(B) 48.47º 0.92% 0.98% -
XYZ 61.63 64.52 9.91 -
YUV 198.07 28.08 165.04 -
System Red Green Blue C M Y K H S L
Decimal 250 206 21 0 0.18 0.92 0.02 48.47 0.96 0.53
Hex FA CE 15 0 12 5C 2 30 60 35
Octal 372 316 25 0 22 134 2 60 140 65
Binary 11111010 11001110 10101 0 10010 1011100 10 110000 1100000 110101

Color Harmonies of #FACE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE15

Black with #FACE15

Text Example


Text Example

White with #FACE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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