Html Css Color HEX #FAC80B Tangerine Yellow

📋 copy color: '#FAC80B'

red 250 ◦ green 200 ◦ blue 11

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

Shades of Tangerine Yellow #FAC80B

Tints of Tangerine Yellow #FAC80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.39%

R = 54.23%
G = 43.38%
B = 2.39%

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

#FAC80B (or 0xFAC80B) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 0B. RGB value is (250,200,11). Sum of RGB (Red+Green+Blue) = 250+200+11=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC80B is #0537F4. Grayscale: #C2C2C2. Windows color (decimal): -342005 or 772346. OLE color: 772346.

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

Color convert

RGB 250 200 11 -
CMYK 0 0.2 0.96 0.02
HSL 47.45º 0.96% 0.51% -
HSV(B) 47.45º 0.96% 0.98% -
XYZ 60.14 61.66 9.05 -
YUV 193.4 25.07 168.37 -
System Red Green Blue C M Y K H S L
Decimal 250 200 11 0 0.2 0.96 0.02 47.45 0.96 0.51
Hex FA C8 B 0 14 60 2 2F 60 33
Octal 372 310 13 0 24 140 2 57 140 63
Binary 11111010 11001000 1011 0 10100 1100000 10 101111 1100000 110011

Color Harmonies of #FAC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC80B

Black with #FAC80B

Text Example


Text Example

White with #FAC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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