Html Css Color HEX #FCBF01 Amber

📋 copy color: '#FCBF01'

red 252 ◦ green 191 ◦ blue 1

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

Shades of Amber #FCBF01

Tints of Amber #FCBF01

RGB

 RED value IS 252 (98.83% from 255) = 56.76%

 GREEN value IS 191 (75% from 255) = 43.02%

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

R = 56.76%
G = 43.02%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCBF01 (or 0xFCBF01) is known color: Amber. HEX triplet: FC, BF and 01. RGB value is (252,191,1). Sum of RGB (Red+Green+Blue) = 252+191+1=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF01 is #0340FE. Grayscale: #BCBCBC. Windows color (decimal): -213247 or 114684. OLE color: 114684.

HSL color Cylindrical-coordinate representation of color #FCBF01: hue angle of 45.42º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCBF01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 191 1 -
CMYK 0 0.24 1.00 0.01
HSL 45.42º 0.99% 0.5% -
HSV(B) 45.42º 1% 0.99% -
XYZ 58.78 57.96 8.12 -
YUV 187.58 22.71 173.95 -
System Red Green Blue C M Y K H S L
Decimal 252 191 1 0 0.24 1.00 0.01 45.42 0.99 0.5
Hex FC BF 1 0 18 64 1 2D 63 32
Octal 374 277 1 0 30 144 1 55 143 62
Binary 11111100 10111111 1 0 11000 1100100 1 101101 1100011 110010

Color Harmonies of #FCBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBF01

Black with #FCBF01

Text Example


Text Example

White with #FCBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBF01; }

 p { color: rgb(252,191,1); }

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

background-color css

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

 a { background-color: rgb(252,191,1); }

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

border-color css

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

 span { border-color: rgb(252,191,1); }

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