Html Css Color HEX #FD7302 Safety Orange

📋 copy color: '#FD7302'

red 253 ◦ green 115 ◦ blue 2

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

Shades of Safety Orange #FD7302

Tints of Safety Orange #FD7302

RGB

 RED value IS 253 (99.22% from 255) = 68.38%

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

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

R = 68.38%
G = 31.08%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD7302 (or 0xFD7302) is known color: Safety Orange. HEX triplet: FD, 73 and 02. RGB value is (253,115,2). Sum of RGB (Red+Green+Blue) = 253+115+2=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7302 is #028CFD. Grayscale: #8F8F8F. Windows color (decimal): -167166 or 160765. OLE color: 160765.

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

Color convert

RGB 253 115 2 -
CMYK 0 0.55 0.99 0.01
HSL 27.01º 0.98% 0.5% -
HSV(B) 27.01º 0.99% 0.99% -
XYZ 46.65 33.15 4 -
YUV 143.38 48.22 206.19 -
System Red Green Blue C M Y K H S L
Decimal 253 115 2 0 0.55 0.99 0.01 27.01 0.98 0.5
Hex FD 73 2 0 37 63 1 1B 62 32
Octal 375 163 2 0 67 143 1 33 142 62
Binary 11111101 1110011 10 0 110111 1100011 1 11011 1100010 110010

Color Harmonies of #FD7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7302

Black with #FD7302

Text Example


Text Example

White with #FD7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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