Html Css Color HEX #FBC901 Tangerine Yellow

📋 copy color: '#FBC901'

red 251 ◦ green 201 ◦ blue 1

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

Shades of Tangerine Yellow #FBC901

Tints of Tangerine Yellow #FBC901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.37%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.41%
G = 44.37%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBC901 (or 0xFBC901) is known color: Tangerine Yellow. HEX triplet: FB, C9 and 01. RGB value is (251,201,1). Sum of RGB (Red+Green+Blue) = 251+201+1=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC901 is #0436FE. Grayscale: #C2C2C2. Windows color (decimal): -276223 or 117243. OLE color: 117243.

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

Color convert

RGB 251 201 1 -
CMYK 0 0.20 1.00 0.02
HSL 48º 0.99% 0.49% -
HSV(B) 48º 1% 0.98% -
XYZ 60.68 62.28 8.85 -
YUV 193.15 19.57 169.26 -
System Red Green Blue C M Y K H S L
Decimal 251 201 1 0 0.20 1.00 0.02 48 0.99 0.49
Hex FB C9 1 0 14 64 2 30 63 31
Octal 373 311 1 0 24 144 2 60 143 61
Binary 11111011 11001001 1 0 10100 1100100 10 110000 1100011 110001

Color Harmonies of #FBC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC901

Black with #FBC901

Text Example


Text Example

White with #FBC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC901; }

 p { color: rgb(251,201,1); }

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

background-color css

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

 a { background-color: rgb(251,201,1); }

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

border-color css

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

 span { border-color: rgb(251,201,1); }

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