Html Css Color HEX #FD442F Red Orange

📋 copy color: '#FD442F'

red 253 ◦ green 68 ◦ blue 47

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

Shades of Red Orange #FD442F

Tints of Red Orange #FD442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.77%

R = 68.75%
G = 18.48%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD442F (or 0xFD442F) is known color: Red Orange. HEX triplet: FD, 44 and 2F. RGB value is (253,68,47). Sum of RGB (Red+Green+Blue) = 253+68+47=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD442F is #02BBD0. Grayscale: #797979. Windows color (decimal): -179153 or 3097853. OLE color: 3097853.

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

Color convert

RGB 253 68 47 -
CMYK 0 0.73 0.81 0.01
HSL 6.12º 0.98% 0.59% -
HSV(B) 6.12º 0.81% 0.99% -
XYZ 43.09 25.22 5.29 -
YUV 120.92 86.29 222.21 -
System Red Green Blue C M Y K H S L
Decimal 253 68 47 0 0.73 0.81 0.01 6.12 0.98 0.59
Hex FD 44 2F 0 49 51 1 6 62 3B
Octal 375 104 57 0 111 121 1 6 142 73
Binary 11111101 1000100 101111 0 1001001 1010001 1 110 1100010 111011

Color Harmonies of #FD442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD442F

Black with #FD442F

Text Example


Text Example

White with #FD442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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