Html Css Color HEX #FACE14 Turbo

📋 copy color: '#FACE14'

red 250 ◦ green 206 ◦ blue 20

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

Shades of Turbo #FACE14

Tints of Turbo #FACE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.2%

R = 52.52%
G = 43.28%
B = 4.2%

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

#FACE14 (or 0xFACE14) is known color: Turbo. HEX triplet: FA, CE and 14. RGB value is (250,206,20). Sum of RGB (Red+Green+Blue) = 250+206+20=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE14 is #0531EB. Grayscale: #C6C6C6. Windows color (decimal): -340460 or 1363706. OLE color: 1363706.

HSL color Cylindrical-coordinate representation of color #FACE14: hue angle of 48.52º 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 #FACE14 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 206 20 -
CMYK 0 0.18 0.92 0.02
HSL 48.52º 0.96% 0.53% -
HSV(B) 48.52º 0.92% 0.98% -
XYZ 61.62 64.52 9.87 -
YUV 197.95 27.58 165.12 -
System Red Green Blue C M Y K H S L
Decimal 250 206 20 0 0.18 0.92 0.02 48.52 0.96 0.53
Hex FA CE 14 0 12 5C 2 31 60 35
Octal 372 316 24 0 22 134 2 61 140 65
Binary 11111010 11001110 10100 0 10010 1011100 10 110001 1100000 110101

Color Harmonies of #FACE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE14

Black with #FACE14

Text Example


Text Example

White with #FACE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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