Html Css Color HEX #FCBD05 Amber

📋 copy color: '#FCBD05'

red 252 ◦ green 189 ◦ blue 5

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

Shades of Amber #FCBD05

Tints of Amber #FCBD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.38%

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

R = 56.5%
G = 42.38%
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

#FCBD05 (or 0xFCBD05) is known color: Amber. HEX triplet: FC, BD and 05. RGB value is (252,189,5). Sum of RGB (Red+Green+Blue) = 252+189+5=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD05 is #0342FA. Grayscale: #BBBBBB. Windows color (decimal): -213755 or 376316. OLE color: 376316.

HSL color Cylindrical-coordinate representation of color #FCBD05: hue angle of 44.7º 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 #FCBD05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 189 5 -
CMYK 0 0.25 0.98 0.01
HSL 44.7º 0.98% 0.5% -
HSV(B) 44.7º 0.98% 0.99% -
XYZ 58.37 57.1 8.09 -
YUV 186.86 25.37 174.46 -
System Red Green Blue C M Y K H S L
Decimal 252 189 5 0 0.25 0.98 0.01 44.7 0.98 0.5
Hex FC BD 5 0 19 62 1 2D 62 32
Octal 374 275 5 0 31 142 1 55 142 62
Binary 11111100 10111101 101 0 11001 1100010 1 101101 1100010 110010

Color Harmonies of #FCBD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD05

Black with #FCBD05

Text Example


Text Example

White with #FCBD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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