Html Css Color HEX #FAC807 Tangerine Yellow

📋 copy color: '#FAC807'

red 250 ◦ green 200 ◦ blue 7

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

Shades of Tangerine Yellow #FAC807

Tints of Tangerine Yellow #FAC807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 54.7%
G = 43.76%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC807 (or 0xFAC807) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 07. RGB value is (250,200,7). Sum of RGB (Red+Green+Blue) = 250+200+7=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC807 is #0537F8. Grayscale: #C1C1C1. Windows color (decimal): -342009 or 510202. OLE color: 510202.

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

Color convert

RGB 250 200 7 -
CMYK 0 0.2 0.97 0.02
HSL 47.65º 0.96% 0.5% -
HSV(B) 47.65º 0.97% 0.98% -
XYZ 60.12 61.65 8.93 -
YUV 192.95 23.07 168.69 -
System Red Green Blue C M Y K H S L
Decimal 250 200 7 0 0.2 0.97 0.02 47.65 0.96 0.5
Hex FA C8 7 0 14 61 2 30 60 32
Octal 372 310 7 0 24 141 2 60 140 62
Binary 11111010 11001000 111 0 10100 1100001 10 110000 1100000 110010

Color Harmonies of #FAC807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC807

Black with #FAC807

Text Example


Text Example

White with #FAC807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC807; }

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

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

background-color css

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

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

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

border-color css

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

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

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