Html Css Color HEX #FF4F07 International Orange

📋 copy color: '#FF4F07'

red 255 ◦ green 79 ◦ blue 7

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

Shades of International Orange #FF4F07

Tints of International Orange #FF4F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 74.78%
G = 23.17%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF4F07 (or 0xFF4F07) is known color: International Orange. HEX triplet: FF, 4F and 07. RGB value is (255,79,7). Sum of RGB (Red+Green+Blue) = 255+79+7=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F07 is #00B0F8. Grayscale: #7B7B7B. Windows color (decimal): -45305 or 479231. OLE color: 479231.

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

Color convert

RGB 255 79 7 -
CMYK 0 0.69 0.97 0
HSL 17.42º 1% 0.51% -
HSV(B) 17.42º 0.97% 1% -
XYZ 44.07 26.87 3.06 -
YUV 123.42 62.31 221.85 -
System Red Green Blue C M Y K H S L
Decimal 255 79 7 0 0.69 0.97 0 17.42 1 0.51
Hex FF 4F 7 0 45 61 0 11 64 33
Octal 377 117 7 0 105 141 0 21 144 63
Binary 11111111 1001111 111 0 1000101 1100001 0 10001 1100100 110011

Color Harmonies of #FF4F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F07

Black with #FF4F07

Text Example


Text Example

White with #FF4F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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