Html Css Color HEX #FBC80A Tangerine Yellow

📋 copy color: '#FBC80A'

red 251 ◦ green 200 ◦ blue 10

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

Shades of Tangerine Yellow #FBC80A

Tints of Tangerine Yellow #FBC80A

RGB

 RED value IS 251 (98.44% from 255) = 54.45%

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

 BLUE value IS 10 (4.3% from 255) = 2.17%

R = 54.45%
G = 43.38%
B = 2.17%

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

#FBC80A (or 0xFBC80A) is known color: Tangerine Yellow. HEX triplet: FB, C8 and 0A. RGB value is (251,200,10). Sum of RGB (Red+Green+Blue) = 251+200+10=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC80A is #0437F5. Grayscale: #C2C2C2. Windows color (decimal): -276470 or 706811. OLE color: 706811.

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

Color convert

RGB 251 200 10 -
CMYK 0 0.20 0.96 0.02
HSL 47.3º 0.97% 0.51% -
HSV(B) 47.3º 0.96% 0.98% -
XYZ 60.49 61.84 9.04 -
YUV 193.59 24.4 168.95 -
System Red Green Blue C M Y K H S L
Decimal 251 200 10 0 0.20 0.96 0.02 47.3 0.97 0.51
Hex FB C8 A 0 14 60 2 2F 61 33
Octal 373 310 12 0 24 140 2 57 141 63
Binary 11111011 11001000 1010 0 10100 1100000 10 101111 1100001 110011

Color Harmonies of #FBC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC80A

Black with #FBC80A

Text Example


Text Example

White with #FBC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC80A; }

 p { color: rgb(251,200,10); }

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

background-color css

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

 a { background-color: rgb(251,200,10); }

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

border-color css

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

 span { border-color: rgb(251,200,10); }

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