Html Css Color HEX #FE610F Safety Orange

📋 copy color: '#FE610F'

red 254 ◦ green 97 ◦ blue 15

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

Shades of Safety Orange #FE610F

Tints of Safety Orange #FE610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 69.4%
G = 26.5%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE610F (or 0xFE610F) is known color: Safety Orange. HEX triplet: FE, 61 and 0F. RGB value is (254,97,15). Sum of RGB (Red+Green+Blue) = 254+97+15=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE610F is #019EF0. Grayscale: #878787. Windows color (decimal): -106225 or 1008126. OLE color: 1008126.

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

Color convert

RGB 254 97 15 -
CMYK 0 0.62 0.94 0.00
HSL 20.59º 0.99% 0.53% -
HSV(B) 20.59º 0.94% 1% -
XYZ 45.23 29.65 3.79 -
YUV 134.6 60.51 213.17 -
System Red Green Blue C M Y K H S L
Decimal 254 97 15 0 0.62 0.94 0.00 20.59 0.99 0.53
Hex FE 61 F 0 3E 5E 0 15 63 35
Octal 376 141 17 0 76 136 0 25 143 65
Binary 11111110 1100001 1111 0 111110 1011110 0 10101 1100011 110101

Color Harmonies of #FE610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE610F

Black with #FE610F

Text Example


Text Example

White with #FE610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE610F; }

 p { color: rgb(254,97,15); }

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

background-color css

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

 a { background-color: rgb(254,97,15); }

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

border-color css

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

 span { border-color: rgb(254,97,15); }

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