Html Css Color HEX #FACE0D Tangerine Yellow

📋 copy color: '#FACE0D'

red 250 ◦ green 206 ◦ blue 13

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

Shades of Tangerine Yellow #FACE0D

Tints of Tangerine Yellow #FACE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 53.3%
G = 43.92%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FACE0D (or 0xFACE0D) is known color: Tangerine Yellow. HEX triplet: FA, CE and 0D. RGB value is (250,206,13). Sum of RGB (Red+Green+Blue) = 250+206+13=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE0D is #0531F2. Grayscale: #C5C5C5. Windows color (decimal): -340467 or 904954. OLE color: 904954.

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

Color convert

RGB 250 206 13 -
CMYK 0 0.18 0.95 0.02
HSL 48.86º 0.96% 0.52% -
HSV(B) 48.86º 0.95% 0.98% -
XYZ 61.57 64.5 9.58 -
YUV 197.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 250 206 13 0 0.18 0.95 0.02 48.86 0.96 0.52
Hex FA CE D 0 12 5F 2 31 60 34
Octal 372 316 15 0 22 137 2 61 140 64
Binary 11111010 11001110 1101 0 10010 1011111 10 110001 1100000 110100

Color Harmonies of #FACE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE0D

Black with #FACE0D

Text Example


Text Example

White with #FACE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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