Html Css Color HEX #FACE11 Tangerine Yellow

📋 copy color: '#FACE11'

red 250 ◦ green 206 ◦ blue 17

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

Shades of Tangerine Yellow #FACE11

Tints of Tangerine Yellow #FACE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.59%

R = 52.85%
G = 43.55%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FACE11 (or 0xFACE11) is known color: Tangerine Yellow. HEX triplet: FA, CE and 11. RGB value is (250,206,17). Sum of RGB (Red+Green+Blue) = 250+206+17=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE11 is #0531EE. Grayscale: #C6C6C6. Windows color (decimal): -340463 or 1167098. OLE color: 1167098.

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

Color convert

RGB 250 206 17 -
CMYK 0 0.18 0.93 0.02
HSL 48.67º 0.96% 0.52% -
HSV(B) 48.67º 0.93% 0.98% -
XYZ 61.6 64.51 9.73 -
YUV 197.61 26.08 165.37 -
System Red Green Blue C M Y K H S L
Decimal 250 206 17 0 0.18 0.93 0.02 48.67 0.96 0.52
Hex FA CE 11 0 12 5D 2 31 60 34
Octal 372 316 21 0 22 135 2 61 140 64
Binary 11111010 11001110 10001 0 10010 1011101 10 110001 1100000 110100

Color Harmonies of #FACE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE11

Black with #FACE11

Text Example


Text Example

White with #FACE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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