Html Css Color HEX #FAC800 Tangerine Yellow

📋 copy color: '#FAC800'

red 250 ◦ green 200 ◦ blue 0

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

Shades of Tangerine Yellow #FAC800

Tints of Tangerine Yellow #FAC800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC800 (or 0xFAC800) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 00. RGB value is (250,200,0). Sum of RGB (Red+Green+Blue) = 250+200+0=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC800 is #0537FF. Grayscale: #C1C1C1. Windows color (decimal): -342016 or 51450. OLE color: 51450.

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

Color convert

RGB 250 200 0 -
CMYK 0 0.2 1 0.02
HSL 48º 1% 0.49% -
HSV(B) 48º 1% 0.98% -
XYZ 60.08 61.63 8.73 -
YUV 192.15 19.57 169.26 -
System Red Green Blue C M Y K H S L
Decimal 250 200 0 0 0.2 1 0.02 48 1 0.49
Hex FA C8 0 0 14 64 2 30 64 31
Octal 372 310 0 0 24 144 2 60 144 61
Binary 11111010 11001000 0 0 10100 1100100 10 110000 1100100 110001

Color Harmonies of #FAC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC800

Black with #FAC800

Text Example


Text Example

White with #FAC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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