Html Css Color HEX #FF480F Orange Red

📋 copy color: '#FF480F'

red 255 ◦ green 72 ◦ blue 15

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

Shades of Orange Red #FF480F

Tints of Orange Red #FF480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 74.56%
G = 21.05%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF480F (or 0xFF480F) is known color: Orange Red. HEX triplet: FF, 48 and 0F. RGB value is (255,72,15). Sum of RGB (Red+Green+Blue) = 255+72+15=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF480F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF480F is #00B7F0. Grayscale: #787878. Windows color (decimal): -47089 or 1001727. OLE color: 1001727.

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

Color convert

RGB 255 72 15 -
CMYK 0 0.72 0.94 0
HSL 14.25º 1% 0.53% -
HSV(B) 14.25º 0.94% 1% -
XYZ 43.64 25.93 3.16 -
YUV 120.22 68.63 224.13 -
System Red Green Blue C M Y K H S L
Decimal 255 72 15 0 0.72 0.94 0 14.25 1 0.53
Hex FF 48 F 0 48 5E 0 E 64 35
Octal 377 110 17 0 110 136 0 16 144 65
Binary 11111111 1001000 1111 0 1001000 1011110 0 1110 1100100 110101

Color Harmonies of #FF480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF480F

Black with #FF480F

Text Example


Text Example

White with #FF480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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