Html Css Color HEX #FE6F07 Safety Orange

📋 copy color: '#FE6F07'

red 254 ◦ green 111 ◦ blue 7

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

Shades of Safety Orange #FE6F07

Tints of Safety Orange #FE6F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 68.28%
G = 29.84%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE6F07 (or 0xFE6F07) is known color: Safety Orange. HEX triplet: FE, 6F and 07. RGB value is (254,111,7). Sum of RGB (Red+Green+Blue) = 254+111+7=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F07 is #0190F8. Grayscale: #8E8E8E. Windows color (decimal): -102649 or 487422. OLE color: 487422.

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

Color convert

RGB 254 111 7 -
CMYK 0 0.56 0.97 0.00
HSL 25.26º 0.99% 0.51% -
HSV(B) 25.26º 0.97% 1% -
XYZ 46.6 32.46 4.01 -
YUV 141.9 51.88 207.96 -
System Red Green Blue C M Y K H S L
Decimal 254 111 7 0 0.56 0.97 0.00 25.26 0.99 0.51
Hex FE 6F 7 0 38 61 0 19 63 33
Octal 376 157 7 0 70 141 0 31 143 63
Binary 11111110 1101111 111 0 111000 1100001 0 11001 1100011 110011

Color Harmonies of #FE6F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F07

Black with #FE6F07

Text Example


Text Example

White with #FE6F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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