Html Css Color HEX #FD660A Safety Orange

📋 copy color: '#FD660A'

red 253 ◦ green 102 ◦ blue 10

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

Shades of Safety Orange #FD660A

Tints of Safety Orange #FD660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.74%

R = 69.32%
G = 27.95%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD660A (or 0xFD660A) is known color: Safety Orange. HEX triplet: FD, 66 and 0A. RGB value is (253,102,10). Sum of RGB (Red+Green+Blue) = 253+102+10=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD660A is #0299F5. Grayscale: #898989. Windows color (decimal): -170486 or 681725. OLE color: 681725.

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

Color convert

RGB 253 102 10 -
CMYK 0 0.60 0.96 0.01
HSL 22.72º 0.98% 0.52% -
HSV(B) 22.72º 0.96% 0.99% -
XYZ 45.31 30.41 3.77 -
YUV 136.66 56.53 210.98 -
System Red Green Blue C M Y K H S L
Decimal 253 102 10 0 0.60 0.96 0.01 22.72 0.98 0.52
Hex FD 66 A 0 3C 60 1 17 62 34
Octal 375 146 12 0 74 140 1 27 142 64
Binary 11111101 1100110 1010 0 111100 1100000 1 10111 1100010 110100

Color Harmonies of #FD660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD660A

Black with #FD660A

Text Example


Text Example

White with #FD660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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