Html Css Color HEX #FDBF0E Amber

📋 copy color: '#FDBF0E'

red 253 ◦ green 191 ◦ blue 14

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

Shades of Amber #FDBF0E

Tints of Amber #FDBF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 55.24%
G = 41.7%
B = 3.06%

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

#FDBF0E (or 0xFDBF0E) is known color: Amber. HEX triplet: FD, BF and 0E. RGB value is (253,191,14). Sum of RGB (Red+Green+Blue) = 253+191+14=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF0E is #0240F1. Grayscale: #BEBEBE. Windows color (decimal): -147698 or 966653. OLE color: 966653.

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

Color convert

RGB 253 191 14 -
CMYK 0 0.25 0.94 0.01
HSL 44.44º 0.98% 0.52% -
HSV(B) 44.44º 0.94% 0.99% -
XYZ 59.22 58.18 8.52 -
YUV 189.36 29.04 173.39 -
System Red Green Blue C M Y K H S L
Decimal 253 191 14 0 0.25 0.94 0.01 44.44 0.98 0.52
Hex FD BF E 0 19 5E 1 2C 62 34
Octal 375 277 16 0 31 136 1 54 142 64
Binary 11111101 10111111 1110 0 11001 1011110 1 101100 1100010 110100

Color Harmonies of #FDBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF0E

Black with #FDBF0E

Text Example


Text Example

White with #FDBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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