Html Css Color HEX #FD442A Red Orange

📋 copy color: '#FD442A'

red 253 ◦ green 68 ◦ blue 42

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

Shades of Red Orange #FD442A

Tints of Red Orange #FD442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 69.7%
G = 18.73%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD442A (or 0xFD442A) is known color: Red Orange. HEX triplet: FD, 44 and 2A. RGB value is (253,68,42). Sum of RGB (Red+Green+Blue) = 253+68+42=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD442A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD442A is #02BBD5. Grayscale: #787878. Windows color (decimal): -179158 or 2770173. OLE color: 2770173.

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

Color convert

RGB 253 68 42 -
CMYK 0 0.73 0.83 0.01
HSL 7.39º 0.98% 0.58% -
HSV(B) 7.39º 0.83% 0.99% -
XYZ 42.99 25.18 4.79 -
YUV 120.35 83.79 222.61 -
System Red Green Blue C M Y K H S L
Decimal 253 68 42 0 0.73 0.83 0.01 7.39 0.98 0.58
Hex FD 44 2A 0 49 53 1 7 62 3A
Octal 375 104 52 0 111 123 1 7 142 72
Binary 11111101 1000100 101010 0 1001001 1010011 1 111 1100010 111010

Color Harmonies of #FD442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD442A

Black with #FD442A

Text Example


Text Example

White with #FD442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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