Html Css Color HEX #FF7402 Safety Orange

📋 copy color: '#FF7402'

red 255 ◦ green 116 ◦ blue 2

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

Shades of Safety Orange #FF7402

Tints of Safety Orange #FF7402

RGB

 RED value IS 255 (100% from 255) = 68.36%

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 68.36%
G = 31.1%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF7402 (or 0xFF7402) is known color: Safety Orange. HEX triplet: FF, 74 and 02. RGB value is (255,116,2). Sum of RGB (Red+Green+Blue) = 255+116+2=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7402 is #008BFD. Grayscale: #919191. Windows color (decimal): -35838 or 161023. OLE color: 161023.

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

Color convert

RGB 255 116 2 -
CMYK 0 0.55 0.99 0
HSL 27.04º 1% 0.5% -
HSV(B) 27.04º 0.99% 1% -
XYZ 47.5 33.76 4.07 -
YUV 144.57 47.55 206.77 -
System Red Green Blue C M Y K H S L
Decimal 255 116 2 0 0.55 0.99 0 27.04 1 0.5
Hex FF 74 2 0 37 63 0 1B 64 32
Octal 377 164 2 0 67 143 0 33 144 62
Binary 11111111 1110100 10 0 110111 1100011 0 11011 1100100 110010

Color Harmonies of #FF7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7402

Black with #FF7402

Text Example


Text Example

White with #FF7402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7402; }

 p { color: rgb(255,116,2); }

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

background-color css

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

 a { background-color: rgb(255,116,2); }

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

border-color css

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

 span { border-color: rgb(255,116,2); }

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