Html Css Color HEX #FDBE02 Amber

📋 copy color: '#FDBE02'

red 253 ◦ green 190 ◦ blue 2

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

Shades of Amber #FDBE02

Tints of Amber #FDBE02

RGB

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

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

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

R = 56.85%
G = 42.7%
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

#FDBE02 (or 0xFDBE02) is known color: Amber. HEX triplet: FD, BE and 02. RGB value is (253,190,2). Sum of RGB (Red+Green+Blue) = 253+190+2=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBE02 is #0241FD. Grayscale: #BCBCBC. Windows color (decimal): -147966 or 179965. OLE color: 179965.

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

Color convert

RGB 253 190 2 -
CMYK 0 0.25 0.99 0.01
HSL 44.94º 0.98% 0.5% -
HSV(B) 44.94º 0.99% 0.99% -
XYZ 58.93 57.71 8.09 -
YUV 187.41 23.37 174.79 -
System Red Green Blue C M Y K H S L
Decimal 253 190 2 0 0.25 0.99 0.01 44.94 0.98 0.5
Hex FD BE 2 0 19 63 1 2D 62 32
Octal 375 276 2 0 31 143 1 55 142 62
Binary 11111101 10111110 10 0 11001 1100011 1 101101 1100010 110010

Color Harmonies of #FDBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBE02

Black with #FDBE02

Text Example


Text Example

White with #FDBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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