Html Css Color HEX #FCBE05 Amber

📋 copy color: '#FCBE05'

red 252 ◦ green 190 ◦ blue 5

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

Shades of Amber #FCBE05

Tints of Amber #FCBE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 56.38%
G = 42.51%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCBE05 (or 0xFCBE05) is known color: Amber. HEX triplet: FC, BE and 05. RGB value is (252,190,5). Sum of RGB (Red+Green+Blue) = 252+190+5=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE05 is #0341FA. Grayscale: #BCBCBC. Windows color (decimal): -213499 or 376572. OLE color: 376572.

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

Color convert

RGB 252 190 5 -
CMYK 0 0.25 0.98 0.01
HSL 44.94º 0.98% 0.5% -
HSV(B) 44.94º 0.98% 0.99% -
XYZ 58.59 57.53 8.16 -
YUV 187.45 25.04 174.04 -
System Red Green Blue C M Y K H S L
Decimal 252 190 5 0 0.25 0.98 0.01 44.94 0.98 0.5
Hex FC BE 5 0 19 62 1 2D 62 32
Octal 374 276 5 0 31 142 1 55 142 62
Binary 11111100 10111110 101 0 11001 1100010 1 101101 1100010 110010

Color Harmonies of #FCBE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE05

Black with #FCBE05

Text Example


Text Example

White with #FCBE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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