Html Css Color HEX #FDBE00 Amber

📋 copy color: '#FDBE00'

red 253 ◦ green 190 ◦ blue 0

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

Shades of Amber #FDBE00

Tints of Amber #FDBE00

RGB

 RED value IS 253 (99.22% from 255) = 57.11%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.11%
G = 42.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDBE00 (or 0xFDBE00) is known color: Amber. HEX triplet: FD, BE and 00. RGB value is (253,190,0). Sum of RGB (Red+Green+Blue) = 253+190+0=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBE00 is #0241FF. Grayscale: #BCBCBC. Windows color (decimal): -147968 or 48893. OLE color: 48893.

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

Color convert

RGB 253 190 0 -
CMYK 0 0.25 1 0.01
HSL 45.06º 1% 0.5% -
HSV(B) 45.06º 1% 0.99% -
XYZ 58.92 57.71 8.03 -
YUV 187.18 22.37 174.95 -
System Red Green Blue C M Y K H S L
Decimal 253 190 0 0 0.25 1 0.01 45.06 1 0.5
Hex FD BE 0 0 19 64 1 2D 64 32
Octal 375 276 0 0 31 144 1 55 144 62
Binary 11111101 10111110 0 0 11001 1100100 1 101101 1100100 110010

Color Harmonies of #FDBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBE00

Black with #FDBE00

Text Example


Text Example

White with #FDBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBE00; }

 p { color: rgb(253,190,0); }

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

background-color css

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

 a { background-color: rgb(253,190,0); }

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

border-color css

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

 span { border-color: rgb(253,190,0); }

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