Html Css Color HEX #FE660F Safety Orange

📋 copy color: '#FE660F'

red 254 ◦ green 102 ◦ blue 15

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

Shades of Safety Orange #FE660F

Tints of Safety Orange #FE660F

RGB

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

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

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

R = 68.46%
G = 27.49%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE660F (or 0xFE660F) is known color: Safety Orange. HEX triplet: FE, 66 and 0F. RGB value is (254,102,15). Sum of RGB (Red+Green+Blue) = 254+102+15=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE660F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE660F is #0199F0. Grayscale: #8A8A8A. Windows color (decimal): -104945 or 1009406. OLE color: 1009406.

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

Color convert

RGB 254 102 15 -
CMYK 0 0.60 0.94 0.00
HSL 21.84º 0.99% 0.53% -
HSV(B) 21.84º 0.94% 1% -
XYZ 45.71 30.61 3.95 -
YUV 137.53 58.86 211.07 -
System Red Green Blue C M Y K H S L
Decimal 254 102 15 0 0.60 0.94 0.00 21.84 0.99 0.53
Hex FE 66 F 0 3C 5E 0 16 63 35
Octal 376 146 17 0 74 136 0 26 143 65
Binary 11111110 1100110 1111 0 111100 1011110 0 10110 1100011 110101

Color Harmonies of #FE660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE660F

Black with #FE660F

Text Example


Text Example

White with #FE660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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