Html Css Color HEX #FE670F Safety Orange

📋 copy color: '#FE670F'

red 254 ◦ green 103 ◦ blue 15

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

Shades of Safety Orange #FE670F

Tints of Safety Orange #FE670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 68.28%
G = 27.69%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE670F (or 0xFE670F) is known color: Safety Orange. HEX triplet: FE, 67 and 0F. RGB value is (254,103,15). Sum of RGB (Red+Green+Blue) = 254+103+15=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE670F is #0198F0. Grayscale: #8A8A8A. Windows color (decimal): -104689 or 1009662. OLE color: 1009662.

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

Color convert

RGB 254 103 15 -
CMYK 0 0.59 0.94 0.00
HSL 22.09º 0.99% 0.53% -
HSV(B) 22.09º 0.94% 1% -
XYZ 45.81 30.81 3.98 -
YUV 138.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 254 103 15 0 0.59 0.94 0.00 22.09 0.99 0.53
Hex FE 67 F 0 3B 5E 0 16 63 35
Octal 376 147 17 0 73 136 0 26 143 65
Binary 11111110 1100111 1111 0 111011 1011110 0 10110 1100011 110101

Color Harmonies of #FE670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE670F

Black with #FE670F

Text Example


Text Example

White with #FE670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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