Html Css Color HEX #FCBD09 Amber

📋 copy color: '#FCBD09'

red 252 ◦ green 189 ◦ blue 9

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

Shades of Amber #FCBD09

Tints of Amber #FCBD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2%

R = 56%
G = 42%
B = 2%

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

#FCBD09 (or 0xFCBD09) is known color: Amber. HEX triplet: FC, BD and 09. RGB value is (252,189,9). Sum of RGB (Red+Green+Blue) = 252+189+9=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD09 is #0342F6. Grayscale: #BCBCBC. Windows color (decimal): -213751 or 638460. OLE color: 638460.

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

Color convert

RGB 252 189 9 -
CMYK 0 0.25 0.96 0.01
HSL 44.44º 0.98% 0.51% -
HSV(B) 44.44º 0.96% 0.99% -
XYZ 58.39 57.11 8.2 -
YUV 187.32 27.37 174.14 -
System Red Green Blue C M Y K H S L
Decimal 252 189 9 0 0.25 0.96 0.01 44.44 0.98 0.51
Hex FC BD 9 0 19 60 1 2C 62 33
Octal 374 275 11 0 31 140 1 54 142 63
Binary 11111100 10111101 1001 0 11001 1100000 1 101100 1100010 110011

Color Harmonies of #FCBD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD09

Black with #FCBD09

Text Example


Text Example

White with #FCBD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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