Html Css Color HEX #FACE00 Tangerine Yellow

📋 copy color: '#FACE00'

red 250 ◦ green 206 ◦ blue 0

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

Shades of Tangerine Yellow #FACE00

Tints of Tangerine Yellow #FACE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.82%
G = 45.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FACE00 (or 0xFACE00) is known color: Tangerine Yellow. HEX triplet: FA, CE and 00. RGB value is (250,206,0). Sum of RGB (Red+Green+Blue) = 250+206+0=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE00 is #0531FF. Grayscale: #C4C4C4. Windows color (decimal): -340480 or 52986. OLE color: 52986.

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

Color convert

RGB 250 206 0 -
CMYK 0 0.18 1 0.02
HSL 49.44º 1% 0.49% -
HSV(B) 49.44º 1% 0.98% -
XYZ 61.5 64.47 9.2 -
YUV 195.67 17.58 166.75 -
System Red Green Blue C M Y K H S L
Decimal 250 206 0 0 0.18 1 0.02 49.44 1 0.49
Hex FA CE 0 0 12 64 2 31 64 31
Octal 372 316 0 0 22 144 2 61 144 61
Binary 11111010 11001110 0 0 10010 1100100 10 110001 1100100 110001

Color Harmonies of #FACE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE00

Black with #FACE00

Text Example


Text Example

White with #FACE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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