Html Css Color HEX #FACE09 Tangerine Yellow

📋 copy color: '#FACE09'

red 250 ◦ green 206 ◦ blue 9

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

Shades of Tangerine Yellow #FACE09

Tints of Tangerine Yellow #FACE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.94%

R = 53.76%
G = 44.3%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FACE09 (or 0xFACE09) is known color: Tangerine Yellow. HEX triplet: FA, CE and 09. RGB value is (250,206,9). Sum of RGB (Red+Green+Blue) = 250+206+9=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE09 is #0531F6. Grayscale: #C5C5C5. Windows color (decimal): -340471 or 642810. OLE color: 642810.

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

Color convert

RGB 250 206 9 -
CMYK 0 0.18 0.96 0.02
HSL 49.05º 0.96% 0.51% -
HSV(B) 49.05º 0.96% 0.98% -
XYZ 61.54 64.49 9.46 -
YUV 196.7 22.08 166.02 -
System Red Green Blue C M Y K H S L
Decimal 250 206 9 0 0.18 0.96 0.02 49.05 0.96 0.51
Hex FA CE 9 0 12 60 2 31 60 33
Octal 372 316 11 0 22 140 2 61 140 63
Binary 11111010 11001110 1001 0 10010 1100000 10 110001 1100000 110011

Color Harmonies of #FACE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE09

Black with #FACE09

Text Example


Text Example

White with #FACE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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