Html Css Color HEX #FD440F Orange Red

📋 copy color: '#FD440F'

red 253 ◦ green 68 ◦ blue 15

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

Shades of Orange Red #FD440F

Tints of Orange Red #FD440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

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

R = 75.3%
G = 20.24%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD440F (or 0xFD440F) is known color: Orange Red. HEX triplet: FD, 44 and 0F. RGB value is (253,68,15). Sum of RGB (Red+Green+Blue) = 253+68+15=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD440F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD440F is #02BBF0. Grayscale: #757575. Windows color (decimal): -179185 or 1000701. OLE color: 1000701.

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

Color convert

RGB 253 68 15 -
CMYK 0 0.73 0.94 0.01
HSL 13.36º 0.98% 0.53% -
HSV(B) 13.36º 0.94% 0.99% -
XYZ 42.66 25.05 3.04 -
YUV 117.27 70.29 224.81 -
System Red Green Blue C M Y K H S L
Decimal 253 68 15 0 0.73 0.94 0.01 13.36 0.98 0.53
Hex FD 44 F 0 49 5E 1 D 62 35
Octal 375 104 17 0 111 136 1 15 142 65
Binary 11111101 1000100 1111 0 1001001 1011110 1 1101 1100010 110101

Color Harmonies of #FD440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD440F

Black with #FD440F

Text Example


Text Example

White with #FD440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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