Html Css Color HEX #FCBE0A Amber

📋 copy color: '#FCBE0A'

red 252 ◦ green 190 ◦ blue 10

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

Shades of Amber #FCBE0A

Tints of Amber #FCBE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 55.75%
G = 42.04%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCBE0A (or 0xFCBE0A) is known color: Amber. HEX triplet: FC, BE and 0A. RGB value is (252,190,10). Sum of RGB (Red+Green+Blue) = 252+190+10=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE0A is #0341F5. Grayscale: #BCBCBC. Windows color (decimal): -213494 or 704252. OLE color: 704252.

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

Color convert

RGB 252 190 10 -
CMYK 0 0.25 0.96 0.01
HSL 44.63º 0.98% 0.51% -
HSV(B) 44.63º 0.96% 0.99% -
XYZ 58.61 57.54 8.31 -
YUV 188.02 27.54 173.64 -
System Red Green Blue C M Y K H S L
Decimal 252 190 10 0 0.25 0.96 0.01 44.63 0.98 0.51
Hex FC BE A 0 19 60 1 2D 62 33
Octal 374 276 12 0 31 140 1 55 142 63
Binary 11111100 10111110 1010 0 11001 1100000 1 101101 1100010 110011

Color Harmonies of #FCBE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE0A

Black with #FCBE0A

Text Example


Text Example

White with #FCBE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE0A; }

 p { color: rgb(252,190,10); }

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

background-color css

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

 a { background-color: rgb(252,190,10); }

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

border-color css

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

 span { border-color: rgb(252,190,10); }

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