Html Css Color HEX #FD900B Dark Orange

📋 copy color: '#FD900B'

red 253 ◦ green 144 ◦ blue 11

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

Shades of Dark Orange #FD900B

Tints of Dark Orange #FD900B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 62.01%
G = 35.29%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD900B (or 0xFD900B) is known color: Dark Orange. HEX triplet: FD, 90 and 0B. RGB value is (253,144,11). Sum of RGB (Red+Green+Blue) = 253+144+11=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD900B is #026FF4. Grayscale: #A2A2A2. Windows color (decimal): -159733 or 758013. OLE color: 758013.

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

Color convert

RGB 253 144 11 -
CMYK 0 0.43 0.96 0.01
HSL 32.98º 0.98% 0.52% -
HSV(B) 32.98º 0.96% 0.99% -
XYZ 50.54 40.85 5.54 -
YUV 161.43 43.11 193.31 -
System Red Green Blue C M Y K H S L
Decimal 253 144 11 0 0.43 0.96 0.01 32.98 0.98 0.52
Hex FD 90 B 0 2B 60 1 21 62 34
Octal 375 220 13 0 53 140 1 41 142 64
Binary 11111101 10010000 1011 0 101011 1100000 1 100001 1100010 110100

Color Harmonies of #FD900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD900B

Black with #FD900B

Text Example


Text Example

White with #FD900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD900B; }

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

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

background-color css

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

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

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

border-color css

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

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

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