Html Css Color HEX #FD600A Safety Orange

📋 copy color: '#FD600A'

red 253 ◦ green 96 ◦ blue 10

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

Shades of Safety Orange #FD600A

Tints of Safety Orange #FD600A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 70.47%
G = 26.74%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD600A (or 0xFD600A) is known color: Safety Orange. HEX triplet: FD, 60 and 0A. RGB value is (253,96,10). Sum of RGB (Red+Green+Blue) = 253+96+10=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD600A is #029FF5. Grayscale: #858585. Windows color (decimal): -172022 or 680189. OLE color: 680189.

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

Color convert

RGB 253 96 10 -
CMYK 0 0.62 0.96 0.01
HSL 21.23º 0.98% 0.52% -
HSV(B) 21.23º 0.96% 0.99% -
XYZ 44.75 29.27 3.58 -
YUV 133.14 58.51 213.49 -
System Red Green Blue C M Y K H S L
Decimal 253 96 10 0 0.62 0.96 0.01 21.23 0.98 0.52
Hex FD 60 A 0 3E 60 1 15 62 34
Octal 375 140 12 0 76 140 1 25 142 64
Binary 11111101 1100000 1010 0 111110 1100000 1 10101 1100010 110100

Color Harmonies of #FD600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD600A

Black with #FD600A

Text Example


Text Example

White with #FD600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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