Html Css Color HEX #FDBF0F Amber

📋 copy color: '#FDBF0F'

red 253 ◦ green 191 ◦ blue 15

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

Shades of Amber #FDBF0F

Tints of Amber #FDBF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.27%

R = 55.12%
G = 41.61%
B = 3.27%

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

#FDBF0F (or 0xFDBF0F) is known color: Amber. HEX triplet: FD, BF and 0F. RGB value is (253,191,15). Sum of RGB (Red+Green+Blue) = 253+191+15=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF0F is #0240F0. Grayscale: #BEBEBE. Windows color (decimal): -147697 or 1032189. OLE color: 1032189.

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

Color convert

RGB 253 191 15 -
CMYK 0 0.25 0.94 0.01
HSL 44.37º 0.98% 0.53% -
HSV(B) 44.37º 0.94% 0.99% -
XYZ 59.23 58.18 8.56 -
YUV 189.47 29.54 173.31 -
System Red Green Blue C M Y K H S L
Decimal 253 191 15 0 0.25 0.94 0.01 44.37 0.98 0.53
Hex FD BF F 0 19 5E 1 2C 62 35
Octal 375 277 17 0 31 136 1 54 142 65
Binary 11111101 10111111 1111 0 11001 1011110 1 101100 1100010 110101

Color Harmonies of #FDBF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF0F

Black with #FDBF0F

Text Example


Text Example

White with #FDBF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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