Html Css Color HEX #FCBE08 Amber

📋 copy color: '#FCBE08'

red 252 ◦ green 190 ◦ blue 8

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

Shades of Amber #FCBE08

Tints of Amber #FCBE08

RGB

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

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

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

R = 56%
G = 42.22%
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

#FCBE08 (or 0xFCBE08) is known color: Amber. HEX triplet: FC, BE and 08. RGB value is (252,190,8). Sum of RGB (Red+Green+Blue) = 252+190+8=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE08 is #0341F7. Grayscale: #BCBCBC. Windows color (decimal): -213496 or 573180. OLE color: 573180.

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

Color convert

RGB 252 190 8 -
CMYK 0 0.25 0.97 0.01
HSL 44.75º 0.98% 0.51% -
HSV(B) 44.75º 0.97% 0.99% -
XYZ 58.6 57.54 8.25 -
YUV 187.79 26.54 173.8 -
System Red Green Blue C M Y K H S L
Decimal 252 190 8 0 0.25 0.97 0.01 44.75 0.98 0.51
Hex FC BE 8 0 19 61 1 2D 62 33
Octal 374 276 10 0 31 141 1 55 142 63
Binary 11111100 10111110 1000 0 11001 1100001 1 101101 1100010 110011

Color Harmonies of #FCBE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE08

Black with #FCBE08

Text Example


Text Example

White with #FCBE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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