Html Css Color HEX #FF4730 Red Orange

📋 copy color: '#FF4730'

red 255 ◦ green 71 ◦ blue 48

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

Shades of Red Orange #FF4730

Tints of Red Orange #FF4730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

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

R = 68.18%
G = 18.98%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF4730 (or 0xFF4730) is known color: Red Orange. HEX triplet: FF, 47 and 30. RGB value is (255,71,48). Sum of RGB (Red+Green+Blue) = 255+71+48=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4730 is #00B8CF. Grayscale: #7B7B7B. Windows color (decimal): -47312 or 3164159. OLE color: 3164159.

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

Color convert

RGB 255 71 48 -
CMYK 0 0.72 0.81 0
HSL 6.67º 1% 0.59% -
HSV(B) 6.67º 0.81% 1% -
XYZ 44.03 25.98 5.49 -
YUV 123.39 85.46 221.87 -
System Red Green Blue C M Y K H S L
Decimal 255 71 48 0 0.72 0.81 0 6.67 1 0.59
Hex FF 47 30 0 48 51 0 7 64 3B
Octal 377 107 60 0 110 121 0 7 144 73
Binary 11111111 1000111 110000 0 1001000 1010001 0 111 1100100 111011

Color Harmonies of #FF4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4730

Black with #FF4730

Text Example


Text Example

White with #FF4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4730; }

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

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

background-color css

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

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

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

border-color css

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

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

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