Html Css Color HEX #FE6507 Safety Orange

📋 copy color: '#FE6507'

red 254 ◦ green 101 ◦ blue 7

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

Shades of Safety Orange #FE6507

Tints of Safety Orange #FE6507

RGB

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

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

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

R = 70.17%
G = 27.9%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE6507 (or 0xFE6507) is known color: Safety Orange. HEX triplet: FE, 65 and 07. RGB value is (254,101,7). Sum of RGB (Red+Green+Blue) = 254+101+7=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6507 is #019AF8. Grayscale: #888888. Windows color (decimal): -105209 or 484862. OLE color: 484862.

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

Color convert

RGB 254 101 7 -
CMYK 0 0.60 0.97 0.00
HSL 22.83º 0.99% 0.51% -
HSV(B) 22.83º 0.97% 1% -
XYZ 45.57 30.39 3.67 -
YUV 136.03 55.19 212.14 -
System Red Green Blue C M Y K H S L
Decimal 254 101 7 0 0.60 0.97 0.00 22.83 0.99 0.51
Hex FE 65 7 0 3C 61 0 17 63 33
Octal 376 145 7 0 74 141 0 27 143 63
Binary 11111110 1100101 111 0 111100 1100001 0 10111 1100011 110011

Color Harmonies of #FE6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6507

Black with #FE6507

Text Example


Text Example

White with #FE6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6507; }

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

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

background-color css

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

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

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

border-color css

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

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

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