Html Css Color HEX #FF4920 Red Orange

📋 copy color: '#FF4920'

red 255 ◦ green 73 ◦ blue 32

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

Shades of Red Orange #FF4920

Tints of Red Orange #FF4920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

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

R = 70.83%
G = 20.28%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF4920 (or 0xFF4920) is known color: Red Orange. HEX triplet: FF, 49 and 20. RGB value is (255,73,32). Sum of RGB (Red+Green+Blue) = 255+73+32=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4920 is #00B6DF. Grayscale: #7B7B7B. Windows color (decimal): -46816 or 2116095. OLE color: 2116095.

HSL color Cylindrical-coordinate representation of color #FF4920: hue angle of 11.03º 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 #FF4920 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 73 32 -
CMYK 0 0.71 0.87 0
HSL 11.03º 1% 0.56% -
HSV(B) 11.03º 0.87% 1% -
XYZ 43.88 26.13 4.1 -
YUV 122.74 76.8 222.33 -
System Red Green Blue C M Y K H S L
Decimal 255 73 32 0 0.71 0.87 0 11.03 1 0.56
Hex FF 49 20 0 47 57 0 B 64 38
Octal 377 111 40 0 107 127 0 13 144 70
Binary 11111111 1001001 100000 0 1000111 1010111 0 1011 1100100 111000

Color Harmonies of #FF4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4920

Black with #FF4920

Text Example


Text Example

White with #FF4920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4920; }

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

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

background-color css

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

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

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

border-color css

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

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

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