Html Css Color HEX #FE610D Safety Orange

📋 copy color: '#FE610D'

red 254 ◦ green 97 ◦ blue 13

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

Shades of Safety Orange #FE610D

Tints of Safety Orange #FE610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.57%

R = 69.78%
G = 26.65%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE610D (or 0xFE610D) is known color: Safety Orange. HEX triplet: FE, 61 and 0D. RGB value is (254,97,13). Sum of RGB (Red+Green+Blue) = 254+97+13=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE610D is #019EF2. Grayscale: #868686. Windows color (decimal): -106227 or 877054. OLE color: 877054.

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

Color convert

RGB 254 97 13 -
CMYK 0 0.62 0.95 0.00
HSL 20.91º 0.99% 0.52% -
HSV(B) 20.91º 0.95% 1% -
XYZ 45.22 29.65 3.72 -
YUV 134.37 59.51 213.33 -
System Red Green Blue C M Y K H S L
Decimal 254 97 13 0 0.62 0.95 0.00 20.91 0.99 0.52
Hex FE 61 D 0 3E 5F 0 15 63 34
Octal 376 141 15 0 76 137 0 25 143 64
Binary 11111110 1100001 1101 0 111110 1011111 0 10101 1100011 110100

Color Harmonies of #FE610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE610D

Black with #FE610D

Text Example


Text Example

White with #FE610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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