Html Css Color HEX #FBC80C Tangerine Yellow

📋 copy color: '#FBC80C'

red 251 ◦ green 200 ◦ blue 12

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

Shades of Tangerine Yellow #FBC80C

Tints of Tangerine Yellow #FBC80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 54.21%
G = 43.2%
B = 2.59%

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

#FBC80C (or 0xFBC80C) is known color: Tangerine Yellow. HEX triplet: FB, C8 and 0C. RGB value is (251,200,12). Sum of RGB (Red+Green+Blue) = 251+200+12=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC80C is #0437F3. Grayscale: #C2C2C2. Windows color (decimal): -276468 or 837883. OLE color: 837883.

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

Color convert

RGB 251 200 12 -
CMYK 0 0.20 0.95 0.02
HSL 47.2º 0.97% 0.52% -
HSV(B) 47.2º 0.95% 0.98% -
XYZ 60.5 61.84 9.1 -
YUV 193.82 25.4 168.79 -
System Red Green Blue C M Y K H S L
Decimal 251 200 12 0 0.20 0.95 0.02 47.2 0.97 0.52
Hex FB C8 C 0 14 5F 2 2F 61 34
Octal 373 310 14 0 24 137 2 57 141 64
Binary 11111011 11001000 1100 0 10100 1011111 10 101111 1100001 110100

Color Harmonies of #FBC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC80C

Black with #FBC80C

Text Example


Text Example

White with #FBC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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