Html Css Color HEX #FD4223 Red Orange

📋 copy color: '#FD4223'

red 253 ◦ green 66 ◦ blue 35

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

Shades of Red Orange #FD4223

Tints of Red Orange #FD4223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.89%

R = 71.47%
G = 18.64%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD4223 (or 0xFD4223) is known color: Red Orange. HEX triplet: FD, 42 and 23. RGB value is (253,66,35). Sum of RGB (Red+Green+Blue) = 253+66+35=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4223 is #02BDDC. Grayscale: #767676. Windows color (decimal): -179677 or 2310909. OLE color: 2310909.

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

Color convert

RGB 253 66 35 -
CMYK 0 0.74 0.86 0.01
HSL 8.53º 0.98% 0.56% -
HSV(B) 8.53º 0.86% 0.99% -
XYZ 42.76 24.9 4.14 -
YUV 118.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 253 66 35 0 0.74 0.86 0.01 8.53 0.98 0.56
Hex FD 42 23 0 4A 56 1 9 62 38
Octal 375 102 43 0 112 126 1 11 142 70
Binary 11111101 1000010 100011 0 1001010 1010110 1 1001 1100010 111000

Color Harmonies of #FD4223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4223

Black with #FD4223

Text Example


Text Example

White with #FD4223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4223; }

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

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

background-color css

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

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

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

border-color css

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

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

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