Html Css Color HEX #FF4930 Red Orange

📋 copy color: '#FF4930'

red 255 ◦ green 73 ◦ blue 48

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

Shades of Red Orange #FF4930

Tints of Red Orange #FF4930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 67.82%
G = 19.41%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF4930 (or 0xFF4930) is known color: Red Orange. HEX triplet: FF, 49 and 30. RGB value is (255,73,48). Sum of RGB (Red+Green+Blue) = 255+73+48=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4930 is #00B6CF. Grayscale: #7C7C7C. Windows color (decimal): -46800 or 3164671. OLE color: 3164671.

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

Color convert

RGB 255 73 48 -
CMYK 0 0.71 0.81 0
HSL 7.25º 1% 0.59% -
HSV(B) 7.25º 0.81% 1% -
XYZ 44.16 26.24 5.53 -
YUV 124.57 84.8 221.03 -
System Red Green Blue C M Y K H S L
Decimal 255 73 48 0 0.71 0.81 0 7.25 1 0.59
Hex FF 49 30 0 47 51 0 7 64 3B
Octal 377 111 60 0 107 121 0 7 144 73
Binary 11111111 1001001 110000 0 1000111 1010001 0 111 1100100 111011

Color Harmonies of #FF4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4930

Black with #FF4930

Text Example


Text Example

White with #FF4930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4930; }

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

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

background-color css

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

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

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

border-color css

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

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

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