Html Css Color HEX #FE6B0D Safety Orange

📋 copy color: '#FE6B0D'

red 254 ◦ green 107 ◦ blue 13

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

Shades of Safety Orange #FE6B0D

Tints of Safety Orange #FE6B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 67.91%
G = 28.61%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE6B0D (or 0xFE6B0D) is known color: Safety Orange. HEX triplet: FE, 6B and 0D. RGB value is (254,107,13). Sum of RGB (Red+Green+Blue) = 254+107+13=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6B0D is #0194F2. Grayscale: #8C8C8C. Windows color (decimal): -103667 or 879614. OLE color: 879614.

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

Color convert

RGB 254 107 13 -
CMYK 0 0.58 0.95 0.00
HSL 23.4º 0.99% 0.52% -
HSV(B) 23.4º 0.95% 1% -
XYZ 46.2 31.62 4.05 -
YUV 140.24 56.2 209.14 -
System Red Green Blue C M Y K H S L
Decimal 254 107 13 0 0.58 0.95 0.00 23.4 0.99 0.52
Hex FE 6B D 0 3A 5F 0 17 63 34
Octal 376 153 15 0 72 137 0 27 143 64
Binary 11111110 1101011 1101 0 111010 1011111 0 10111 1100011 110100

Color Harmonies of #FE6B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B0D

Black with #FE6B0D

Text Example


Text Example

White with #FE6B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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