Html Css Color HEX #FD4328 Red Orange

📋 copy color: '#FD4328'

red 253 ◦ green 67 ◦ blue 40

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

Shades of Red Orange #FD4328

Tints of Red Orange #FD4328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 70.28%
G = 18.61%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD4328 (or 0xFD4328) is known color: Red Orange. HEX triplet: FD, 43 and 28. RGB value is (253,67,40). Sum of RGB (Red+Green+Blue) = 253+67+40=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4328 is #02BCD7. Grayscale: #777777. Windows color (decimal): -179416 or 2638845. OLE color: 2638845.

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

Color convert

RGB 253 67 40 -
CMYK 0 0.74 0.84 0.01
HSL 7.61º 0.98% 0.57% -
HSV(B) 7.61º 0.84% 0.99% -
XYZ 42.9 25.05 4.58 -
YUV 119.54 83.12 223.2 -
System Red Green Blue C M Y K H S L
Decimal 253 67 40 0 0.74 0.84 0.01 7.61 0.98 0.57
Hex FD 43 28 0 4A 54 1 8 62 39
Octal 375 103 50 0 112 124 1 10 142 71
Binary 11111101 1000011 101000 0 1001010 1010100 1 1000 1100010 111001

Color Harmonies of #FD4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4328

Black with #FD4328

Text Example


Text Example

White with #FD4328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4328; }

 p { color: rgb(253,67,40); }

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

background-color css

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

 a { background-color: rgb(253,67,40); }

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

border-color css

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

 span { border-color: rgb(253,67,40); }

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