Html Css Color HEX #FF4F01 International Orange

📋 copy color: '#FF4F01'

red 255 ◦ green 79 ◦ blue 1

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

Shades of International Orange #FF4F01

Tints of International Orange #FF4F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 76.12%
G = 23.58%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF4F01 (or 0xFF4F01) is known color: International Orange. HEX triplet: FF, 4F and 01. RGB value is (255,79,1). Sum of RGB (Red+Green+Blue) = 255+79+1=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F01 is #00B0FE. Grayscale: #7B7B7B. Windows color (decimal): -45311 or 86015. OLE color: 86015.

HSL color Cylindrical-coordinate representation of color #FF4F01: hue angle of 18.43º 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 #FF4F01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 79 1 -
CMYK 0 0.69 1.00 0
HSL 18.43º 1% 0.5% -
HSV(B) 18.43º 1% 1% -
XYZ 44.04 26.85 2.89 -
YUV 122.73 59.31 222.34 -
System Red Green Blue C M Y K H S L
Decimal 255 79 1 0 0.69 1.00 0 18.43 1 0.5
Hex FF 4F 1 0 45 64 0 12 64 32
Octal 377 117 1 0 105 144 0 22 144 62
Binary 11111111 1001111 1 0 1000101 1100100 0 10010 1100100 110010

Color Harmonies of #FF4F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F01

Black with #FF4F01

Text Example


Text Example

White with #FF4F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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