Html Css Color HEX #FD9101 Dark Orange

📋 copy color: '#FD9101'

red 253 ◦ green 145 ◦ blue 1

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

Shades of Dark Orange #FD9101

Tints of Dark Orange #FD9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 63.41%
G = 36.34%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD9101 (or 0xFD9101) is known color: Dark Orange. HEX triplet: FD, 91 and 01. RGB value is (253,145,1). Sum of RGB (Red+Green+Blue) = 253+145+1=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9101 is #026EFE. Grayscale: #A1A1A1. Windows color (decimal): -159487 or 102909. OLE color: 102909.

HSL color Cylindrical-coordinate representation of color #FD9101: hue angle of 34.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD9101 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 145 1 -
CMYK 0 0.43 1.00 0.01
HSL 34.29º 0.99% 0.5% -
HSV(B) 34.29º 1% 0.99% -
XYZ 50.64 41.14 5.3 -
YUV 160.88 37.78 193.71 -
System Red Green Blue C M Y K H S L
Decimal 253 145 1 0 0.43 1.00 0.01 34.29 0.99 0.5
Hex FD 91 1 0 2B 64 1 22 63 32
Octal 375 221 1 0 53 144 1 42 143 62
Binary 11111101 10010001 1 0 101011 1100100 1 100010 1100011 110010

Color Harmonies of #FD9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9101

Black with #FD9101

Text Example


Text Example

White with #FD9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9101; }

 p { color: rgb(253,145,1); }

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

background-color css

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

 a { background-color: rgb(253,145,1); }

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

border-color css

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

 span { border-color: rgb(253,145,1); }

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