Html Css Color HEX #FD4222 Red Orange

📋 copy color: '#FD4222'

red 253 ◦ green 66 ◦ blue 34

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

Shades of Red Orange #FD4222

Tints of Red Orange #FD4222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 71.67%
G = 18.7%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD4222 (or 0xFD4222) is known color: Red Orange. HEX triplet: FD, 42 and 22. RGB value is (253,66,34). Sum of RGB (Red+Green+Blue) = 253+66+34=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4222 is #02BDDD. Grayscale: #767676. Windows color (decimal): -179678 or 2245373. OLE color: 2245373.

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

Color convert

RGB 253 66 34 -
CMYK 0 0.74 0.87 0.01
HSL 8.77º 0.98% 0.56% -
HSV(B) 8.77º 0.87% 0.99% -
XYZ 42.74 24.89 4.07 -
YUV 118.27 80.45 224.1 -
System Red Green Blue C M Y K H S L
Decimal 253 66 34 0 0.74 0.87 0.01 8.77 0.98 0.56
Hex FD 42 22 0 4A 57 1 9 62 38
Octal 375 102 42 0 112 127 1 11 142 70
Binary 11111101 1000010 100010 0 1001010 1010111 1 1001 1100010 111000

Color Harmonies of #FD4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4222

Black with #FD4222

Text Example


Text Example

White with #FD4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4222; }

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

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

background-color css

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

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

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

border-color css

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

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

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