Html Css Color HEX #FACE04 Tangerine Yellow

📋 copy color: '#FACE04'

red 250 ◦ green 206 ◦ blue 4

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

Shades of Tangerine Yellow #FACE04

Tints of Tangerine Yellow #FACE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 54.35%
G = 44.78%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FACE04 (or 0xFACE04) is known color: Tangerine Yellow. HEX triplet: FA, CE and 04. RGB value is (250,206,4). Sum of RGB (Red+Green+Blue) = 250+206+4=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE04 is #0531FB. Grayscale: #C4C4C4. Windows color (decimal): -340476 or 315130. OLE color: 315130.

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

Color convert

RGB 250 206 4 -
CMYK 0 0.18 0.98 0.02
HSL 49.27º 0.97% 0.5% -
HSV(B) 49.27º 0.98% 0.98% -
XYZ 61.52 64.48 9.32 -
YUV 196.13 19.58 166.43 -
System Red Green Blue C M Y K H S L
Decimal 250 206 4 0 0.18 0.98 0.02 49.27 0.97 0.5
Hex FA CE 4 0 12 62 2 31 61 32
Octal 372 316 4 0 22 142 2 61 141 62
Binary 11111010 11001110 100 0 10010 1100010 10 110001 1100001 110010

Color Harmonies of #FACE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE04

Black with #FACE04

Text Example


Text Example

White with #FACE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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