Html Css Color HEX #FE6C02 Safety Orange

📋 copy color: '#FE6C02'

red 254 ◦ green 108 ◦ blue 2

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

Shades of Safety Orange #FE6C02

Tints of Safety Orange #FE6C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 69.78%
G = 29.67%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE6C02 (or 0xFE6C02) is known color: Safety Orange. HEX triplet: FE, 6C and 02. RGB value is (254,108,2). Sum of RGB (Red+Green+Blue) = 254+108+2=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6C02 is #0193FD. Grayscale: #8C8C8C. Windows color (decimal): -103422 or 158974. OLE color: 158974.

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

Color convert

RGB 254 108 2 -
CMYK 0 0.57 0.99 0.00
HSL 25.24º 0.99% 0.5% -
HSV(B) 25.24º 0.99% 1% -
XYZ 46.25 31.8 3.76 -
YUV 139.57 50.37 209.62 -
System Red Green Blue C M Y K H S L
Decimal 254 108 2 0 0.57 0.99 0.00 25.24 0.99 0.5
Hex FE 6C 2 0 39 63 0 19 63 32
Octal 376 154 2 0 71 143 0 31 143 62
Binary 11111110 1101100 10 0 111001 1100011 0 11001 1100011 110010

Color Harmonies of #FE6C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C02

Black with #FE6C02

Text Example


Text Example

White with #FE6C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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