Html Css Color HEX #FAC809 Tangerine Yellow

📋 copy color: '#FAC809'

red 250 ◦ green 200 ◦ blue 9

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

Shades of Tangerine Yellow #FAC809

Tints of Tangerine Yellow #FAC809

RGB

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

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

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

R = 54.47%
G = 43.57%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC809 (or 0xFAC809) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 09. RGB value is (250,200,9). Sum of RGB (Red+Green+Blue) = 250+200+9=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC809 is #0537F6. Grayscale: #C1C1C1. Windows color (decimal): -342007 or 641274. OLE color: 641274.

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

Color convert

RGB 250 200 9 -
CMYK 0 0.2 0.96 0.02
HSL 47.55º 0.96% 0.51% -
HSV(B) 47.55º 0.96% 0.98% -
XYZ 60.13 61.65 8.99 -
YUV 193.18 24.07 168.53 -
System Red Green Blue C M Y K H S L
Decimal 250 200 9 0 0.2 0.96 0.02 47.55 0.96 0.51
Hex FA C8 9 0 14 60 2 30 60 33
Octal 372 310 11 0 24 140 2 60 140 63
Binary 11111010 11001000 1001 0 10100 1100000 10 110000 1100000 110011

Color Harmonies of #FAC809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC809

Black with #FAC809

Text Example


Text Example

White with #FAC809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC809; }

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

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

background-color css

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

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

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

border-color css

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

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

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