Html Css Color HEX #FE4F07 International Orange

📋 copy color: '#FE4F07'

red 254 ◦ green 79 ◦ blue 7

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

Shades of International Orange #FE4F07

Tints of International Orange #FE4F07

RGB

 RED value IS 254 (99.61% from 255) = 74.71%

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

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

R = 74.71%
G = 23.24%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE4F07 (or 0xFE4F07) is known color: International Orange. HEX triplet: FE, 4F and 07. RGB value is (254,79,7). Sum of RGB (Red+Green+Blue) = 254+79+7=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4F07 is #01B0F8. Grayscale: #7B7B7B. Windows color (decimal): -110841 or 479230. OLE color: 479230.

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

Color convert

RGB 254 79 7 -
CMYK 0 0.69 0.97 0.00
HSL 17.49º 0.99% 0.51% -
HSV(B) 17.49º 0.97% 1% -
XYZ 43.71 26.68 3.05 -
YUV 123.12 62.48 221.35 -
System Red Green Blue C M Y K H S L
Decimal 254 79 7 0 0.69 0.97 0.00 17.49 0.99 0.51
Hex FE 4F 7 0 45 61 0 11 63 33
Octal 376 117 7 0 105 141 0 21 143 63
Binary 11111110 1001111 111 0 1000101 1100001 0 10001 1100011 110011

Color Harmonies of #FE4F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F07

Black with #FE4F07

Text Example


Text Example

White with #FE4F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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