Html Css Color HEX #FF482F Red Orange

📋 copy color: '#FF482F'

red 255 ◦ green 72 ◦ blue 47

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

Shades of Red Orange #FF482F

Tints of Red Orange #FF482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 68.18%
G = 19.25%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF482F (or 0xFF482F) is known color: Red Orange. HEX triplet: FF, 48 and 2F. RGB value is (255,72,47). Sum of RGB (Red+Green+Blue) = 255+72+47=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF482F is #00B7D0. Grayscale: #7C7C7C. Windows color (decimal): -47057 or 3098879. OLE color: 3098879.

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

Color convert

RGB 255 72 47 -
CMYK 0 0.72 0.82 0
HSL 7.21º 1% 0.59% -
HSV(B) 7.21º 0.82% 1% -
XYZ 44.07 26.1 5.4 -
YUV 123.87 84.63 221.53 -
System Red Green Blue C M Y K H S L
Decimal 255 72 47 0 0.72 0.82 0 7.21 1 0.59
Hex FF 48 2F 0 48 52 0 7 64 3B
Octal 377 110 57 0 110 122 0 7 144 73
Binary 11111111 1001000 101111 0 1001000 1010010 0 111 1100100 111011

Color Harmonies of #FF482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF482F

Black with #FF482F

Text Example


Text Example

White with #FF482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF482F; }

 p { color: rgb(255,72,47); }

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

background-color css

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

 a { background-color: rgb(255,72,47); }

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

border-color css

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

 span { border-color: rgb(255,72,47); }

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