Html Css Color HEX #FCBD08 Amber

📋 copy color: '#FCBD08'

red 252 ◦ green 189 ◦ blue 8

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

Shades of Amber #FCBD08

Tints of Amber #FCBD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 56.12%
G = 42.09%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCBD08 (or 0xFCBD08) is known color: Amber. HEX triplet: FC, BD and 08. RGB value is (252,189,8). Sum of RGB (Red+Green+Blue) = 252+189+8=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD08 is #0342F7. Grayscale: #BBBBBB. Windows color (decimal): -213752 or 572924. OLE color: 572924.

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

Color convert

RGB 252 189 8 -
CMYK 0 0.25 0.97 0.01
HSL 44.51º 0.98% 0.51% -
HSV(B) 44.51º 0.97% 0.99% -
XYZ 58.39 57.11 8.18 -
YUV 187.2 26.87 174.22 -
System Red Green Blue C M Y K H S L
Decimal 252 189 8 0 0.25 0.97 0.01 44.51 0.98 0.51
Hex FC BD 8 0 19 61 1 2D 62 33
Octal 374 275 10 0 31 141 1 55 142 63
Binary 11111100 10111101 1000 0 11001 1100001 1 101101 1100010 110011

Color Harmonies of #FCBD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD08

Black with #FCBD08

Text Example


Text Example

White with #FCBD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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