Html Css Color HEX #FCBD02 Amber

📋 copy color: '#FCBD02'

red 252 ◦ green 189 ◦ blue 2

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

Shades of Amber #FCBD02

Tints of Amber #FCBD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 56.88%
G = 42.66%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCBD02 (or 0xFCBD02) is known color: Amber. HEX triplet: FC, BD and 02. RGB value is (252,189,2). Sum of RGB (Red+Green+Blue) = 252+189+2=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD02 is #0342FD. Grayscale: #BBBBBB. Windows color (decimal): -213758 or 179708. OLE color: 179708.

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

Color convert

RGB 252 189 2 -
CMYK 0 0.25 0.99 0.01
HSL 44.88º 0.98% 0.5% -
HSV(B) 44.88º 0.99% 0.99% -
XYZ 58.35 57.1 8 -
YUV 186.52 23.87 174.71 -
System Red Green Blue C M Y K H S L
Decimal 252 189 2 0 0.25 0.99 0.01 44.88 0.98 0.5
Hex FC BD 2 0 19 63 1 2D 62 32
Octal 374 275 2 0 31 143 1 55 142 62
Binary 11111100 10111101 10 0 11001 1100011 1 101101 1100010 110010

Color Harmonies of #FCBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD02

Black with #FCBD02

Text Example


Text Example

White with #FCBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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