Html Css Color HEX #FAC80D Tangerine Yellow

📋 copy color: '#FAC80D'

red 250 ◦ green 200 ◦ blue 13

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

Shades of Tangerine Yellow #FAC80D

Tints of Tangerine Yellow #FAC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.2%

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

R = 54%
G = 43.2%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC80D (or 0xFAC80D) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 0D. RGB value is (250,200,13). Sum of RGB (Red+Green+Blue) = 250+200+13=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC80D is #0537F2. Grayscale: #C2C2C2. Windows color (decimal): -342003 or 903418. OLE color: 903418.

HSL color Cylindrical-coordinate representation of color #FAC80D: hue angle of 47.34º 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 #FAC80D is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 13 -
CMYK 0 0.2 0.95 0.02
HSL 47.34º 0.96% 0.52% -
HSV(B) 47.34º 0.95% 0.98% -
XYZ 60.15 61.66 9.11 -
YUV 193.63 26.07 168.21 -
System Red Green Blue C M Y K H S L
Decimal 250 200 13 0 0.2 0.95 0.02 47.34 0.96 0.52
Hex FA C8 D 0 14 5F 2 2F 60 34
Octal 372 310 15 0 24 137 2 57 140 64
Binary 11111010 11001000 1101 0 10100 1011111 10 101111 1100000 110100

Color Harmonies of #FAC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC80D

Black with #FAC80D

Text Example


Text Example

White with #FAC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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