Html Css Color HEX #FD660D Safety Orange

📋 copy color: '#FD660D'

red 253 ◦ green 102 ◦ blue 13

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

Shades of Safety Orange #FD660D

Tints of Safety Orange #FD660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 13 (5.47% from 255) = 3.53%

R = 68.75%
G = 27.72%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD660D (or 0xFD660D) is known color: Safety Orange. HEX triplet: FD, 66 and 0D. RGB value is (253,102,13). Sum of RGB (Red+Green+Blue) = 253+102+13=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD660D is #0299F2. Grayscale: #898989. Windows color (decimal): -170483 or 878333. OLE color: 878333.

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

Color convert

RGB 253 102 13 -
CMYK 0 0.60 0.95 0.01
HSL 22.25º 0.98% 0.52% -
HSV(B) 22.25º 0.95% 0.99% -
XYZ 45.33 30.41 3.86 -
YUV 137 58.03 210.74 -
System Red Green Blue C M Y K H S L
Decimal 253 102 13 0 0.60 0.95 0.01 22.25 0.98 0.52
Hex FD 66 D 0 3C 5F 1 16 62 34
Octal 375 146 15 0 74 137 1 26 142 64
Binary 11111101 1100110 1101 0 111100 1011111 1 10110 1100010 110100

Color Harmonies of #FD660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD660D

Black with #FD660D

Text Example


Text Example

White with #FD660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD660D; }

 p { color: rgb(253,102,13); }

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

background-color css

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

 a { background-color: rgb(253,102,13); }

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

border-color css

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

 span { border-color: rgb(253,102,13); }

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