Html Css Color HEX #FE7207 Safety Orange

📋 copy color: '#FE7207'

red 254 ◦ green 114 ◦ blue 7

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

Shades of Safety Orange #FE7207

Tints of Safety Orange #FE7207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 67.73%
G = 30.4%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE7207 (or 0xFE7207) is known color: Safety Orange. HEX triplet: FE, 72 and 07. RGB value is (254,114,7). Sum of RGB (Red+Green+Blue) = 254+114+7=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7207 is #018DF8. Grayscale: #909090. Windows color (decimal): -101881 or 488190. OLE color: 488190.

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

Color convert

RGB 254 114 7 -
CMYK 0 0.55 0.97 0.00
HSL 25.99º 0.99% 0.51% -
HSV(B) 25.99º 0.97% 1% -
XYZ 46.93 33.12 4.12 -
YUV 143.66 50.88 206.7 -
System Red Green Blue C M Y K H S L
Decimal 254 114 7 0 0.55 0.97 0.00 25.99 0.99 0.51
Hex FE 72 7 0 37 61 0 1A 63 33
Octal 376 162 7 0 67 141 0 32 143 63
Binary 11111110 1110010 111 0 110111 1100001 0 11010 1100011 110011

Color Harmonies of #FE7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7207

Black with #FE7207

Text Example


Text Example

White with #FE7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7207; }

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

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

background-color css

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

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

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

border-color css

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

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

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