Html Css Color HEX #FDBF0B Amber

📋 copy color: '#FDBF0B'

red 253 ◦ green 191 ◦ blue 11

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

Shades of Amber #FDBF0B

Tints of Amber #FDBF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 55.6%
G = 41.98%
B = 2.42%

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

#FDBF0B (or 0xFDBF0B) is known color: Amber. HEX triplet: FD, BF and 0B. RGB value is (253,191,11). Sum of RGB (Red+Green+Blue) = 253+191+11=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF0B is #0240F4. Grayscale: #BDBDBD. Windows color (decimal): -147701 or 770045. OLE color: 770045.

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

Color convert

RGB 253 191 11 -
CMYK 0 0.25 0.96 0.01
HSL 44.63º 0.98% 0.52% -
HSV(B) 44.63º 0.96% 0.99% -
XYZ 59.2 58.17 8.42 -
YUV 189.02 27.54 173.64 -
System Red Green Blue C M Y K H S L
Decimal 253 191 11 0 0.25 0.96 0.01 44.63 0.98 0.52
Hex FD BF B 0 19 60 1 2D 62 34
Octal 375 277 13 0 31 140 1 55 142 64
Binary 11111101 10111111 1011 0 11001 1100000 1 101101 1100010 110100

Color Harmonies of #FDBF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF0B

Black with #FDBF0B

Text Example


Text Example

White with #FDBF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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