Html Css Color HEX #FBC80D Tangerine Yellow

📋 copy color: '#FBC80D'

red 251 ◦ green 200 ◦ blue 13

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

Shades of Tangerine Yellow #FBC80D

Tints of Tangerine Yellow #FBC80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 54.09%
G = 43.1%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBC80D (or 0xFBC80D) is known color: Tangerine Yellow. HEX triplet: FB, C8 and 0D. RGB value is (251,200,13). Sum of RGB (Red+Green+Blue) = 251+200+13=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC80D is #0437F2. Grayscale: #C2C2C2. Windows color (decimal): -276467 or 903419. OLE color: 903419.

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

Color convert

RGB 251 200 13 -
CMYK 0 0.20 0.95 0.02
HSL 47.14º 0.97% 0.52% -
HSV(B) 47.14º 0.95% 0.98% -
XYZ 60.51 61.85 9.13 -
YUV 193.93 25.9 168.71 -
System Red Green Blue C M Y K H S L
Decimal 251 200 13 0 0.20 0.95 0.02 47.14 0.97 0.52
Hex FB C8 D 0 14 5F 2 2F 61 34
Octal 373 310 15 0 24 137 2 57 141 64
Binary 11111011 11001000 1101 0 10100 1011111 10 101111 1100001 110100

Color Harmonies of #FBC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC80D

Black with #FBC80D

Text Example


Text Example

White with #FBC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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