Html Css Color HEX #FCBF11 Amber

📋 copy color: '#FCBF11'

red 252 ◦ green 191 ◦ blue 17

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

Shades of Amber #FCBF11

Tints of Amber #FCBF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.7%

R = 54.78%
G = 41.52%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCBF11 (or 0xFCBF11) is known color: Amber. HEX triplet: FC, BF and 11. RGB value is (252,191,17). Sum of RGB (Red+Green+Blue) = 252+191+17=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF11 is #0340EE. Grayscale: #BEBEBE. Windows color (decimal): -213231 or 1163260. OLE color: 1163260.

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

Color convert

RGB 252 191 17 -
CMYK 0 0.24 0.93 0.01
HSL 44.43º 0.98% 0.53% -
HSV(B) 44.43º 0.93% 0.99% -
XYZ 58.88 58 8.62 -
YUV 189.4 30.71 172.65 -
System Red Green Blue C M Y K H S L
Decimal 252 191 17 0 0.24 0.93 0.01 44.43 0.98 0.53
Hex FC BF 11 0 18 5D 1 2C 62 35
Octal 374 277 21 0 30 135 1 54 142 65
Binary 11111100 10111111 10001 0 11000 1011101 1 101100 1100010 110101

Color Harmonies of #FCBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBF11

Black with #FCBF11

Text Example


Text Example

White with #FCBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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