Html Css Color HEX #FCBF10 Amber

📋 copy color: '#FCBF10'

red 252 ◦ green 191 ◦ blue 16

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

Shades of Amber #FCBF10

Tints of Amber #FCBF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 54.9%
G = 41.61%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCBF10 (or 0xFCBF10) is known color: Amber. HEX triplet: FC, BF and 10. RGB value is (252,191,16). Sum of RGB (Red+Green+Blue) = 252+191+16=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF10 is #0340EF. Grayscale: #BEBEBE. Windows color (decimal): -213232 or 1097724. OLE color: 1097724.

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

Color convert

RGB 252 191 16 -
CMYK 0 0.24 0.94 0.01
HSL 44.49º 0.98% 0.53% -
HSV(B) 44.49º 0.94% 0.99% -
XYZ 58.87 57.99 8.58 -
YUV 189.29 30.21 172.73 -
System Red Green Blue C M Y K H S L
Decimal 252 191 16 0 0.24 0.94 0.01 44.49 0.98 0.53
Hex FC BF 10 0 18 5E 1 2C 62 35
Octal 374 277 20 0 30 136 1 54 142 65
Binary 11111100 10111111 10000 0 11000 1011110 1 101100 1100010 110101

Color Harmonies of #FCBF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBF10

Black with #FCBF10

Text Example


Text Example

White with #FCBF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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