Html Css Color HEX #FAC909 Tangerine Yellow

📋 copy color: '#FAC909'

red 250 ◦ green 201 ◦ blue 9

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

Shades of Tangerine Yellow #FAC909

Tints of Tangerine Yellow #FAC909

RGB

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

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

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

R = 54.35%
G = 43.7%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC909 (or 0xFAC909) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 09. RGB value is (250,201,9). Sum of RGB (Red+Green+Blue) = 250+201+9=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC909 is #0536F6. Grayscale: #C2C2C2. Windows color (decimal): -341751 or 641530. OLE color: 641530.

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

Color convert

RGB 250 201 9 -
CMYK 0 0.20 0.96 0.02
HSL 47.8º 0.96% 0.51% -
HSV(B) 47.8º 0.96% 0.98% -
XYZ 60.36 62.12 9.07 -
YUV 193.76 23.73 168.11 -
System Red Green Blue C M Y K H S L
Decimal 250 201 9 0 0.20 0.96 0.02 47.8 0.96 0.51
Hex FA C9 9 0 14 60 2 30 60 33
Octal 372 311 11 0 24 140 2 60 140 63
Binary 11111010 11001001 1001 0 10100 1100000 10 110000 1100000 110011

Color Harmonies of #FAC909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC909

Black with #FAC909

Text Example


Text Example

White with #FAC909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC909; }

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

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

background-color css

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

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

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

border-color css

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

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

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