Html Css Color HEX #FE620F Safety Orange

📋 copy color: '#FE620F'

red 254 ◦ green 98 ◦ blue 15

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

Shades of Safety Orange #FE620F

Tints of Safety Orange #FE620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

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

R = 69.21%
G = 26.7%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE620F (or 0xFE620F) is known color: Safety Orange. HEX triplet: FE, 62 and 0F. RGB value is (254,98,15). Sum of RGB (Red+Green+Blue) = 254+98+15=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE620F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE620F is #019DF0. Grayscale: #878787. Windows color (decimal): -105969 or 1008382. OLE color: 1008382.

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

Color convert

RGB 254 98 15 -
CMYK 0 0.61 0.94 0.00
HSL 20.84º 0.99% 0.53% -
HSV(B) 20.84º 0.94% 1% -
XYZ 45.33 29.84 3.82 -
YUV 135.18 60.18 212.75 -
System Red Green Blue C M Y K H S L
Decimal 254 98 15 0 0.61 0.94 0.00 20.84 0.99 0.53
Hex FE 62 F 0 3D 5E 0 15 63 35
Octal 376 142 17 0 75 136 0 25 143 65
Binary 11111110 1100010 1111 0 111101 1011110 0 10101 1100011 110101

Color Harmonies of #FE620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE620F

Black with #FE620F

Text Example


Text Example

White with #FE620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE620F; }

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

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

background-color css

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

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

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

border-color css

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

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

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