Html Css Color HEX #FF660D Safety Orange

📋 copy color: '#FF660D'

red 255 ◦ green 102 ◦ blue 13

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

Shades of Safety Orange #FF660D

Tints of Safety Orange #FF660D

RGB

 RED value IS 255 (100% from 255) = 68.92%

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

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

R = 68.92%
G = 27.57%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF660D (or 0xFF660D) is known color: Safety Orange. HEX triplet: FF, 66 and 0D. RGB value is (255,102,13). Sum of RGB (Red+Green+Blue) = 255+102+13=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF660D is #0099F2. Grayscale: #8A8A8A. Windows color (decimal): -39411 or 878335. OLE color: 878335.

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

Color convert

RGB 255 102 13 -
CMYK 0 0.6 0.95 0
HSL 22.07º 1% 0.53% -
HSV(B) 22.07º 0.95% 1% -
XYZ 46.06 30.79 3.9 -
YUV 137.6 57.69 211.74 -
System Red Green Blue C M Y K H S L
Decimal 255 102 13 0 0.6 0.95 0 22.07 1 0.53
Hex FF 66 D 0 3C 5F 0 16 64 35
Octal 377 146 15 0 74 137 0 26 144 65
Binary 11111111 1100110 1101 0 111100 1011111 0 10110 1100100 110101

Color Harmonies of #FF660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF660D

Black with #FF660D

Text Example


Text Example

White with #FF660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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