Html Css Color HEX #FF4F1E Outrageous Orange

📋 copy color: '#FF4F1E'

red 255 ◦ green 79 ◦ blue 30

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

Shades of Outrageous Orange #FF4F1E

Tints of Outrageous Orange #FF4F1E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.7%

 BLUE value IS 30 (12.11% from 255) = 8.24%

R = 70.05%
G = 21.7%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF4F1E (or 0xFF4F1E) is known color: Outrageous Orange. HEX triplet: FF, 4F and 1E. RGB value is (255,79,30). Sum of RGB (Red+Green+Blue) = 255+79+30=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F1E is #00B0E1. Grayscale: #7E7E7E. Windows color (decimal): -45282 or 1986559. OLE color: 1986559.

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

Color convert

RGB 255 79 30 -
CMYK 0 0.69 0.88 0
HSL 13.07º 1% 0.56% -
HSV(B) 13.07º 0.88% 1% -
XYZ 44.27 26.95 4.1 -
YUV 126.04 73.81 219.98 -
System Red Green Blue C M Y K H S L
Decimal 255 79 30 0 0.69 0.88 0 13.07 1 0.56
Hex FF 4F 1E 0 45 58 0 D 64 38
Octal 377 117 36 0 105 130 0 15 144 70
Binary 11111111 1001111 11110 0 1000101 1011000 0 1101 1100100 111000

Color Harmonies of #FF4F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F1E

Black with #FF4F1E

Text Example


Text Example

White with #FF4F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F1E; }

 p { color: rgb(255,79,30); }

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

background-color css

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

 a { background-color: rgb(255,79,30); }

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

border-color css

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

 span { border-color: rgb(255,79,30); }

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