Html Css Color HEX #FE6407 Safety Orange

📋 copy color: '#FE6407'

red 254 ◦ green 100 ◦ blue 7

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

Shades of Safety Orange #FE6407

Tints of Safety Orange #FE6407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 70.36%
G = 27.7%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE6407 (or 0xFE6407) is known color: Safety Orange. HEX triplet: FE, 64 and 07. RGB value is (254,100,7). Sum of RGB (Red+Green+Blue) = 254+100+7=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6407 is #019BF8. Grayscale: #878787. Windows color (decimal): -105465 or 484606. OLE color: 484606.

HSL color Cylindrical-coordinate representation of color #FE6407: hue angle of 22.59º 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 #FE6407 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 7 -
CMYK 0 0.61 0.97 0.00
HSL 22.59º 0.99% 0.51% -
HSV(B) 22.59º 0.97% 1% -
XYZ 45.47 30.2 3.63 -
YUV 135.44 55.52 212.56 -
System Red Green Blue C M Y K H S L
Decimal 254 100 7 0 0.61 0.97 0.00 22.59 0.99 0.51
Hex FE 64 7 0 3D 61 0 17 63 33
Octal 376 144 7 0 75 141 0 27 143 63
Binary 11111110 1100100 111 0 111101 1100001 0 10111 1100011 110011

Color Harmonies of #FE6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6407

Black with #FE6407

Text Example


Text Example

White with #FE6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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