Html Css Color HEX #FE6102 Safety Orange

📋 copy color: '#FE6102'

red 254 ◦ green 97 ◦ blue 2

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

Shades of Safety Orange #FE6102

Tints of Safety Orange #FE6102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 71.95%
G = 27.48%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE6102 (or 0xFE6102) is known color: Safety Orange. HEX triplet: FE, 61 and 02. RGB value is (254,97,2). Sum of RGB (Red+Green+Blue) = 254+97+2=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6102 is #019EFD. Grayscale: #858585. Windows color (decimal): -106238 or 156158. OLE color: 156158.

HSL color Cylindrical-coordinate representation of color #FE6102: hue angle of 22.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE6102 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 97 2 -
CMYK 0 0.62 0.99 0.00
HSL 22.62º 0.99% 0.5% -
HSV(B) 22.62º 0.99% 1% -
XYZ 45.16 29.62 3.4 -
YUV 133.11 54.01 214.22 -
System Red Green Blue C M Y K H S L
Decimal 254 97 2 0 0.62 0.99 0.00 22.62 0.99 0.5
Hex FE 61 2 0 3E 63 0 17 63 32
Octal 376 141 2 0 76 143 0 27 143 62
Binary 11111110 1100001 10 0 111110 1100011 0 10111 1100011 110010

Color Harmonies of #FE6102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6102

Black with #FE6102

Text Example


Text Example

White with #FE6102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6102; }

 p { color: rgb(254,97,2); }

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

background-color css

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

 a { background-color: rgb(254,97,2); }

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

border-color css

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

 span { border-color: rgb(254,97,2); }

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