Html Css Color HEX #FD940E Dark Orange

📋 copy color: '#FD940E'

red 253 ◦ green 148 ◦ blue 14

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

Shades of Dark Orange #FD940E

Tints of Dark Orange #FD940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 60.96%
G = 35.66%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD940E (or 0xFD940E) is known color: Dark Orange. HEX triplet: FD, 94 and 0E. RGB value is (253,148,14). Sum of RGB (Red+Green+Blue) = 253+148+14=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD940E is #026BF1. Grayscale: #A4A4A4. Windows color (decimal): -158706 or 955645. OLE color: 955645.

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

Color convert

RGB 253 148 14 -
CMYK 0 0.42 0.94 0.01
HSL 33.64º 0.98% 0.52% -
HSV(B) 33.64º 0.94% 0.99% -
XYZ 51.18 42.09 5.84 -
YUV 164.12 43.29 191.4 -
System Red Green Blue C M Y K H S L
Decimal 253 148 14 0 0.42 0.94 0.01 33.64 0.98 0.52
Hex FD 94 E 0 2A 5E 1 22 62 34
Octal 375 224 16 0 52 136 1 42 142 64
Binary 11111101 10010100 1110 0 101010 1011110 1 100010 1100010 110100

Color Harmonies of #FD940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD940E

Black with #FD940E

Text Example


Text Example

White with #FD940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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