Html Css Color HEX #FE6505 Safety Orange

📋 copy color: '#FE6505'

red 254 ◦ green 101 ◦ blue 5

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

Shades of Safety Orange #FE6505

Tints of Safety Orange #FE6505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 70.56%
G = 28.06%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6505 (or 0xFE6505) is known color: Safety Orange. HEX triplet: FE, 65 and 05. RGB value is (254,101,5). Sum of RGB (Red+Green+Blue) = 254+101+5=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6505 is #019AFA. Grayscale: #888888. Windows color (decimal): -105211 or 353790. OLE color: 353790.

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

Color convert

RGB 254 101 5 -
CMYK 0 0.60 0.98 0.00
HSL 23.13º 0.99% 0.51% -
HSV(B) 23.13º 0.98% 1% -
XYZ 45.55 30.39 3.61 -
YUV 135.8 54.19 212.31 -
System Red Green Blue C M Y K H S L
Decimal 254 101 5 0 0.60 0.98 0.00 23.13 0.99 0.51
Hex FE 65 5 0 3C 62 0 17 63 33
Octal 376 145 5 0 74 142 0 27 143 63
Binary 11111110 1100101 101 0 111100 1100010 0 10111 1100011 110011

Color Harmonies of #FE6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6505

Black with #FE6505

Text Example


Text Example

White with #FE6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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