#FF4F00

Color #FF4F00 International Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Orange #FF4F00

Tints of International Orange #FF4F00

Color information

#FF4F00 (or 0xFF4F00) is unknown color: approx International Orange. HEX triplet: FF, 4F and 00. RGB value is (255,79,0). Sum of RGB (Red+Green+Blue) = 255+79+0=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F00 is #00B0FF. Grayscale: #7B7B7B. Windows color (decimal): -45312 or 20479. OLE color: 20479.

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

Color convert

RGB255790-
CMYK00.6910
HSL18.59º100%50%-
HSV(B)18.59º100%100%-
XYZ44.0426.852.86-
YUV122.6258.81222.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.35%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.35%
G=23.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25579000.691018.5910050
HexFF4F0045640136432
Octal3771170010514402314462
Binary11111111100111100100010111001000100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4F00; }

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

 H1.HeaderClassName
 {
   color: #FF4F00;
 }
 .AnyTagClassName
 {
   color: #FF4F00;
 }
</style>
background-color css

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

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

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

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

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

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