Html Css Color HEX #FF7302 Safety Orange

📋 copy color: '#FF7302'

red 255 ◦ green 115 ◦ blue 2

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

Shades of Safety Orange #FF7302

Tints of Safety Orange #FF7302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

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

R = 68.55%
G = 30.91%
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

#FF7302 (or 0xFF7302) is known color: Safety Orange. HEX triplet: FF, 73 and 02. RGB value is (255,115,2). Sum of RGB (Red+Green+Blue) = 255+115+2=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7302 is #008CFD. Grayscale: #909090. Windows color (decimal): -36094 or 160767. OLE color: 160767.

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

Color convert

RGB 255 115 2 -
CMYK 0 0.55 0.99 0
HSL 26.8º 1% 0.5% -
HSV(B) 26.8º 0.99% 1% -
XYZ 47.38 33.53 4.03 -
YUV 143.98 47.88 207.19 -
System Red Green Blue C M Y K H S L
Decimal 255 115 2 0 0.55 0.99 0 26.8 1 0.5
Hex FF 73 2 0 37 63 0 1B 64 32
Octal 377 163 2 0 67 143 0 33 144 62
Binary 11111111 1110011 10 0 110111 1100011 0 11011 1100100 110010

Color Harmonies of #FF7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7302

Black with #FF7302

Text Example


Text Example

White with #FF7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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