Html Css Color HEX #FD660E Safety Orange

📋 copy color: '#FD660E'

red 253 ◦ green 102 ◦ blue 14

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

Shades of Safety Orange #FD660E

Tints of Safety Orange #FD660E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.79%

R = 68.56%
G = 27.64%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD660E (or 0xFD660E) is known color: Safety Orange. HEX triplet: FD, 66 and 0E. RGB value is (253,102,14). Sum of RGB (Red+Green+Blue) = 253+102+14=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD660E is #0299F1. Grayscale: #898989. Windows color (decimal): -170482 or 943869. OLE color: 943869.

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

Color convert

RGB 253 102 14 -
CMYK 0 0.60 0.94 0.01
HSL 22.09º 0.98% 0.52% -
HSV(B) 22.09º 0.94% 0.99% -
XYZ 45.34 30.42 3.9 -
YUV 137.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 253 102 14 0 0.60 0.94 0.01 22.09 0.98 0.52
Hex FD 66 E 0 3C 5E 1 16 62 34
Octal 375 146 16 0 74 136 1 26 142 64
Binary 11111101 1100110 1110 0 111100 1011110 1 10110 1100010 110100

Color Harmonies of #FD660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD660E

Black with #FD660E

Text Example


Text Example

White with #FD660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD660E; }

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

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

background-color css

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

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

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

border-color css

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

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

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