Html Css Color HEX #FD422A Red Orange

📋 copy color: '#FD422A'

red 253 ◦ green 66 ◦ blue 42

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

Shades of Red Orange #FD422A

Tints of Red Orange #FD422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

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

R = 70.08%
G = 18.28%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD422A (or 0xFD422A) is known color: Red Orange. HEX triplet: FD, 42 and 2A. RGB value is (253,66,42). Sum of RGB (Red+Green+Blue) = 253+66+42=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD422A is #02BDD5. Grayscale: #777777. Windows color (decimal): -179670 or 2769661. OLE color: 2769661.

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

Color convert

RGB 253 66 42 -
CMYK 0 0.74 0.83 0.01
HSL 6.82º 0.98% 0.58% -
HSV(B) 6.82º 0.83% 0.99% -
XYZ 42.87 24.95 4.75 -
YUV 119.18 84.45 223.45 -
System Red Green Blue C M Y K H S L
Decimal 253 66 42 0 0.74 0.83 0.01 6.82 0.98 0.58
Hex FD 42 2A 0 4A 53 1 7 62 3A
Octal 375 102 52 0 112 123 1 7 142 72
Binary 11111101 1000010 101010 0 1001010 1010011 1 111 1100010 111010

Color Harmonies of #FD422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD422A

Black with #FD422A

Text Example


Text Example

White with #FD422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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