Html Css Color HEX #FDBF10 Amber

📋 copy color: '#FDBF10'

red 253 ◦ green 191 ◦ blue 16

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

Shades of Amber #FDBF10

Tints of Amber #FDBF10

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

 BLUE value IS 16 (6.64% from 255) = 3.48%

R = 55%
G = 41.52%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDBF10 (or 0xFDBF10) is known color: Amber. HEX triplet: FD, BF and 10. RGB value is (253,191,16). Sum of RGB (Red+Green+Blue) = 253+191+16=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF10 is #0240EF. Grayscale: #BEBEBE. Windows color (decimal): -147696 or 1097725. OLE color: 1097725.

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

Color convert

RGB 253 191 16 -
CMYK 0 0.25 0.94 0.01
HSL 44.3º 0.98% 0.53% -
HSV(B) 44.3º 0.94% 0.99% -
XYZ 59.23 58.18 8.6 -
YUV 189.59 30.04 173.23 -
System Red Green Blue C M Y K H S L
Decimal 253 191 16 0 0.25 0.94 0.01 44.3 0.98 0.53
Hex FD BF 10 0 19 5E 1 2C 62 35
Octal 375 277 20 0 31 136 1 54 142 65
Binary 11111101 10111111 10000 0 11001 1011110 1 101100 1100010 110101

Color Harmonies of #FDBF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF10

Black with #FDBF10

Text Example


Text Example

White with #FDBF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF10; }

 p { color: rgb(253,191,16); }

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

background-color css

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

 a { background-color: rgb(253,191,16); }

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

border-color css

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

 span { border-color: rgb(253,191,16); }

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