Html Css Color HEX #FD7400 Safety Orange

📋 copy color: '#FD7400'

red 253 ◦ green 116 ◦ blue 0

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

Shades of Safety Orange #FD7400

Tints of Safety Orange #FD7400

RGB

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

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

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

R = 68.56%
G = 31.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD7400 (or 0xFD7400) is known color: Safety Orange. HEX triplet: FD, 74 and 00. RGB value is (253,116,0). Sum of RGB (Red+Green+Blue) = 253+116+0=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7400 is #028BFF. Grayscale: #909090. Windows color (decimal): -166912 or 29949. OLE color: 29949.

HSL color Cylindrical-coordinate representation of color #FD7400: hue angle of 27.51º 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 #FD7400 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 116 0 -
CMYK 0 0.54 1 0.01
HSL 27.51º 1% 0.5% -
HSV(B) 27.51º 1% 0.99% -
XYZ 46.75 33.37 3.98 -
YUV 143.74 46.89 205.93 -
System Red Green Blue C M Y K H S L
Decimal 253 116 0 0 0.54 1 0.01 27.51 1 0.5
Hex FD 74 0 0 36 64 1 1C 64 32
Octal 375 164 0 0 66 144 1 34 144 62
Binary 11111101 1110100 0 0 110110 1100100 1 11100 1100100 110010

Color Harmonies of #FD7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7400

Black with #FD7400

Text Example


Text Example

White with #FD7400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7400; }

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

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

background-color css

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

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

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

border-color css

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

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

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