Html Css Color HEX #FF4320 Red Orange

📋 copy color: '#FF4320'

red 255 ◦ green 67 ◦ blue 32

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

Shades of Red Orange #FF4320

Tints of Red Orange #FF4320

RGB

 RED value IS 255 (100% from 255) = 72.03%

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

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 72.03%
G = 18.93%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF4320 (or 0xFF4320) is known color: Red Orange. HEX triplet: FF, 43 and 20. RGB value is (255,67,32). Sum of RGB (Red+Green+Blue) = 255+67+32=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4320 is #00BCDF. Grayscale: #777777. Windows color (decimal): -48352 or 2114559. OLE color: 2114559.

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

Color convert

RGB 255 67 32 -
CMYK 0 0.74 0.87 0
HSL 9.42º 1% 0.56% -
HSV(B) 9.42º 0.87% 1% -
XYZ 43.51 25.38 3.97 -
YUV 119.22 78.78 224.85 -
System Red Green Blue C M Y K H S L
Decimal 255 67 32 0 0.74 0.87 0 9.42 1 0.56
Hex FF 43 20 0 4A 57 0 9 64 38
Octal 377 103 40 0 112 127 0 11 144 70
Binary 11111111 1000011 100000 0 1001010 1010111 0 1001 1100100 111000

Color Harmonies of #FF4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4320

Black with #FF4320

Text Example


Text Example

White with #FF4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4320; }

 p { color: rgb(255,67,32); }

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

background-color css

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

 a { background-color: rgb(255,67,32); }

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

border-color css

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

 span { border-color: rgb(255,67,32); }

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