Html Css Color HEX #FE6700 Safety Orange

📋 copy color: '#FE6700'

red 254 ◦ green 103 ◦ blue 0

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

Shades of Safety Orange #FE6700

Tints of Safety Orange #FE6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.15%
G = 28.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE6700 (or 0xFE6700) is known color: Safety Orange. HEX triplet: FE, 67 and 00. RGB value is (254,103,0). Sum of RGB (Red+Green+Blue) = 254+103+0=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6700 is #0198FF. Grayscale: #888888. Windows color (decimal): -104704 or 26622. OLE color: 26622.

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

Color convert

RGB 254 103 0 -
CMYK 0 0.59 1 0.00
HSL 24.33º 1% 0.5% -
HSV(B) 24.33º 1% 1% -
XYZ 45.72 30.77 3.53 -
YUV 136.41 51.03 211.88 -
System Red Green Blue C M Y K H S L
Decimal 254 103 0 0 0.59 1 0.00 24.33 1 0.5
Hex FE 67 0 0 3B 64 0 18 64 32
Octal 376 147 0 0 73 144 0 30 144 62
Binary 11111110 1100111 0 0 111011 1100100 0 11000 1100100 110010

Color Harmonies of #FE6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6700

Black with #FE6700

Text Example


Text Example

White with #FE6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6700; }

 p { color: rgb(254,103,0); }

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

background-color css

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

 a { background-color: rgb(254,103,0); }

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

border-color css

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

 span { border-color: rgb(254,103,0); }

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