Html Css Color HEX #FD660C Safety Orange

📋 copy color: '#FD660C'

red 253 ◦ green 102 ◦ blue 12

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

Shades of Safety Orange #FD660C

Tints of Safety Orange #FD660C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.27%

R = 68.94%
G = 27.79%
B = 3.27%

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

#FD660C (or 0xFD660C) is known color: Safety Orange. HEX triplet: FD, 66 and 0C. RGB value is (253,102,12). Sum of RGB (Red+Green+Blue) = 253+102+12=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD660C is #0299F3. Grayscale: #898989. Windows color (decimal): -170484 or 812797. OLE color: 812797.

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

Color convert

RGB 253 102 12 -
CMYK 0 0.60 0.95 0.01
HSL 22.41º 0.98% 0.52% -
HSV(B) 22.41º 0.95% 0.99% -
XYZ 45.33 30.41 3.83 -
YUV 136.89 57.53 210.82 -
System Red Green Blue C M Y K H S L
Decimal 253 102 12 0 0.60 0.95 0.01 22.41 0.98 0.52
Hex FD 66 C 0 3C 5F 1 16 62 34
Octal 375 146 14 0 74 137 1 26 142 64
Binary 11111101 1100110 1100 0 111100 1011111 1 10110 1100010 110100

Color Harmonies of #FD660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD660C

Black with #FD660C

Text Example


Text Example

White with #FD660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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