Html Css Color HEX #FF482B Red Orange

📋 copy color: '#FF482B'

red 255 ◦ green 72 ◦ blue 43

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

Shades of Red Orange #FF482B

Tints of Red Orange #FF482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 68.92%
G = 19.46%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF482B (or 0xFF482B) is known color: Red Orange. HEX triplet: FF, 48 and 2B. RGB value is (255,72,43). Sum of RGB (Red+Green+Blue) = 255+72+43=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF482B is #00B7D4. Grayscale: #7B7B7B. Windows color (decimal): -47061 or 2836735. OLE color: 2836735.

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

Color convert

RGB 255 72 43 -
CMYK 0 0.72 0.83 0
HSL 8.21º 1% 0.58% -
HSV(B) 8.21º 0.83% 1% -
XYZ 43.99 26.07 5 -
YUV 123.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 255 72 43 0 0.72 0.83 0 8.21 1 0.58
Hex FF 48 2B 0 48 53 0 8 64 3A
Octal 377 110 53 0 110 123 0 10 144 72
Binary 11111111 1001000 101011 0 1001000 1010011 0 1000 1100100 111010

Color Harmonies of #FF482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF482B

Black with #FF482B

Text Example


Text Example

White with #FF482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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