Html Css Color HEX #FE6702 Safety Orange

📋 copy color: '#FE6702'

red 254 ◦ green 103 ◦ blue 2

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

Shades of Safety Orange #FE6702

Tints of Safety Orange #FE6702

RGB

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

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

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

R = 70.75%
G = 28.69%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE6702 (or 0xFE6702) is known color: Safety Orange. HEX triplet: FE, 67 and 02. RGB value is (254,103,2). Sum of RGB (Red+Green+Blue) = 254+103+2=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6702 is #0198FD. Grayscale: #898989. Windows color (decimal): -104702 or 157694. OLE color: 157694.

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

Color convert

RGB 254 103 2 -
CMYK 0 0.59 0.99 0.00
HSL 24.05º 0.99% 0.5% -
HSV(B) 24.05º 0.99% 1% -
XYZ 45.73 30.78 3.59 -
YUV 136.64 52.03 211.71 -
System Red Green Blue C M Y K H S L
Decimal 254 103 2 0 0.59 0.99 0.00 24.05 0.99 0.5
Hex FE 67 2 0 3B 63 0 18 63 32
Octal 376 147 2 0 73 143 0 30 143 62
Binary 11111110 1100111 10 0 111011 1100011 0 11000 1100011 110010

Color Harmonies of #FE6702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6702

Black with #FE6702

Text Example


Text Example

White with #FE6702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6702; }

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

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

background-color css

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

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

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

border-color css

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

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

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