Html Css Color HEX #FE6501 Safety Orange

📋 copy color: '#FE6501'

red 254 ◦ green 101 ◦ blue 1

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

Shades of Safety Orange #FE6501

Tints of Safety Orange #FE6501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 71.35%
G = 28.37%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE6501 (or 0xFE6501) is known color: Safety Orange. HEX triplet: FE, 65 and 01. RGB value is (254,101,1). Sum of RGB (Red+Green+Blue) = 254+101+1=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6501 is #019AFE. Grayscale: #878787. Windows color (decimal): -105215 or 91646. OLE color: 91646.

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

Color convert

RGB 254 101 1 -
CMYK 0 0.60 1.00 0.00
HSL 23.72º 0.99% 0.5% -
HSV(B) 23.72º 1% 1% -
XYZ 45.53 30.38 3.49 -
YUV 135.35 52.19 212.63 -
System Red Green Blue C M Y K H S L
Decimal 254 101 1 0 0.60 1.00 0.00 23.72 0.99 0.5
Hex FE 65 1 0 3C 64 0 18 63 32
Octal 376 145 1 0 74 144 0 30 143 62
Binary 11111110 1100101 1 0 111100 1100100 0 11000 1100011 110010

Color Harmonies of #FE6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6501

Black with #FE6501

Text Example


Text Example

White with #FE6501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6501; }

 p { color: rgb(254,101,1); }

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

background-color css

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

 a { background-color: rgb(254,101,1); }

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

border-color css

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

 span { border-color: rgb(254,101,1); }

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