Html Css Color HEX #FE600D Safety Orange

📋 copy color: '#FE600D'

red 254 ◦ green 96 ◦ blue 13

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

Shades of Safety Orange #FE600D

Tints of Safety Orange #FE600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

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

R = 69.97%
G = 26.45%
B = 3.58%

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

#FE600D (or 0xFE600D) is known color: Safety Orange. HEX triplet: FE, 60 and 0D. RGB value is (254,96,13). Sum of RGB (Red+Green+Blue) = 254+96+13=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE600D is #019FF2. Grayscale: #868686. Windows color (decimal): -106483 or 876798. OLE color: 876798.

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

Color convert

RGB 254 96 13 -
CMYK 0 0.62 0.95 0.00
HSL 20.66º 0.99% 0.52% -
HSV(B) 20.66º 0.95% 1% -
XYZ 45.13 29.47 3.69 -
YUV 133.78 59.85 213.75 -
System Red Green Blue C M Y K H S L
Decimal 254 96 13 0 0.62 0.95 0.00 20.66 0.99 0.52
Hex FE 60 D 0 3E 5F 0 15 63 34
Octal 376 140 15 0 76 137 0 25 143 64
Binary 11111110 1100000 1101 0 111110 1011111 0 10101 1100011 110100

Color Harmonies of #FE600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE600D

Black with #FE600D

Text Example


Text Example

White with #FE600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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