Html Css Color HEX #FD422C Red Orange

📋 copy color: '#FD422C'

red 253 ◦ green 66 ◦ blue 44

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

Shades of Red Orange #FD422C

Tints of Red Orange #FD422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 69.7%
G = 18.18%
B = 12.12%

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

#FD422C (or 0xFD422C) is known color: Red Orange. HEX triplet: FD, 42 and 2C. RGB value is (253,66,44). Sum of RGB (Red+Green+Blue) = 253+66+44=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD422C is #02BDD3. Grayscale: #777777. Windows color (decimal): -179668 or 2900733. OLE color: 2900733.

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

Color convert

RGB 253 66 44 -
CMYK 0 0.74 0.83 0.01
HSL 6.32º 0.98% 0.58% -
HSV(B) 6.32º 0.83% 0.99% -
XYZ 42.91 24.96 4.94 -
YUV 119.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 253 66 44 0 0.74 0.83 0.01 6.32 0.98 0.58
Hex FD 42 2C 0 4A 53 1 6 62 3A
Octal 375 102 54 0 112 123 1 6 142 72
Binary 11111101 1000010 101100 0 1001010 1010011 1 110 1100010 111010

Color Harmonies of #FD422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD422C

Black with #FD422C

Text Example


Text Example

White with #FD422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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