Html Css Color HEX #FE660D Safety Orange

📋 copy color: '#FE660D'

red 254 ◦ green 102 ◦ blue 13

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

Shades of Safety Orange #FE660D

Tints of Safety Orange #FE660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 68.83%
G = 27.64%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE660D (or 0xFE660D) is known color: Safety Orange. HEX triplet: FE, 66 and 0D. RGB value is (254,102,13). Sum of RGB (Red+Green+Blue) = 254+102+13=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE660D is #0199F2. Grayscale: #898989. Windows color (decimal): -104947 or 878334. OLE color: 878334.

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

Color convert

RGB 254 102 13 -
CMYK 0 0.60 0.95 0.00
HSL 22.16º 0.99% 0.52% -
HSV(B) 22.16º 0.95% 1% -
XYZ 45.7 30.6 3.88 -
YUV 137.3 57.86 211.24 -
System Red Green Blue C M Y K H S L
Decimal 254 102 13 0 0.60 0.95 0.00 22.16 0.99 0.52
Hex FE 66 D 0 3C 5F 0 16 63 34
Octal 376 146 15 0 74 137 0 26 143 64
Binary 11111110 1100110 1101 0 111100 1011111 0 10110 1100011 110100

Color Harmonies of #FE660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE660D

Black with #FE660D

Text Example


Text Example

White with #FE660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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