Html Css Color HEX #FD7700 Safety Orange

📋 copy color: '#FD7700'

red 253 ◦ green 119 ◦ blue 0

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

Shades of Safety Orange #FD7700

Tints of Safety Orange #FD7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.01%
G = 31.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD7700 (or 0xFD7700) is known color: Safety Orange. HEX triplet: FD, 77 and 00. RGB value is (253,119,0). Sum of RGB (Red+Green+Blue) = 253+119+0=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7700 is #0288FF. Grayscale: #929292. Windows color (decimal): -166144 or 30717. OLE color: 30717.

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

Color convert

RGB 253 119 0 -
CMYK 0 0.53 1 0.01
HSL 28.22º 1% 0.5% -
HSV(B) 28.22º 1% 0.99% -
XYZ 47.1 34.08 4.09 -
YUV 145.5 45.89 204.68 -
System Red Green Blue C M Y K H S L
Decimal 253 119 0 0 0.53 1 0.01 28.22 1 0.5
Hex FD 77 0 0 35 64 1 1C 64 32
Octal 375 167 0 0 65 144 1 34 144 62
Binary 11111101 1110111 0 0 110101 1100100 1 11100 1100100 110010

Color Harmonies of #FD7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7700

Black with #FD7700

Text Example


Text Example

White with #FD7700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7700; }

 p { color: rgb(253,119,0); }

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

background-color css

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

 a { background-color: rgb(253,119,0); }

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

border-color css

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

 span { border-color: rgb(253,119,0); }

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