Html Css Color HEX #FAC908 Tangerine Yellow

📋 copy color: '#FAC908'

red 250 ◦ green 201 ◦ blue 8

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

Shades of Tangerine Yellow #FAC908

Tints of Tangerine Yellow #FAC908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 54.47%
G = 43.79%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC908 (or 0xFAC908) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 08. RGB value is (250,201,8). Sum of RGB (Red+Green+Blue) = 250+201+8=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC908 is #0536F7. Grayscale: #C2C2C2. Windows color (decimal): -341752 or 575994. OLE color: 575994.

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

Color convert

RGB 250 201 8 -
CMYK 0 0.20 0.97 0.02
HSL 47.85º 0.96% 0.51% -
HSV(B) 47.85º 0.97% 0.98% -
XYZ 60.35 62.11 9.04 -
YUV 193.65 23.23 168.19 -
System Red Green Blue C M Y K H S L
Decimal 250 201 8 0 0.20 0.97 0.02 47.85 0.96 0.51
Hex FA C9 8 0 14 61 2 30 60 33
Octal 372 311 10 0 24 141 2 60 140 63
Binary 11111010 11001001 1000 0 10100 1100001 10 110000 1100000 110011

Color Harmonies of #FAC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC908

Black with #FAC908

Text Example


Text Example

White with #FAC908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC908; }

 p { color: rgb(250,201,8); }

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

background-color css

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

 a { background-color: rgb(250,201,8); }

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

border-color css

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

 span { border-color: rgb(250,201,8); }

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