Html Css Color HEX #FF600A Safety Orange

📋 copy color: '#FF600A'

red 255 ◦ green 96 ◦ blue 10

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

Shades of Safety Orange #FF600A

Tints of Safety Orange #FF600A

RGB

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

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

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

R = 70.64%
G = 26.59%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF600A (or 0xFF600A) is known color: Safety Orange. HEX triplet: FF, 60 and 0A. RGB value is (255,96,10). Sum of RGB (Red+Green+Blue) = 255+96+10=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF600A is #009FF5. Grayscale: #868686. Windows color (decimal): -40950 or 680191. OLE color: 680191.

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

Color convert

RGB 255 96 10 -
CMYK 0 0.62 0.96 0
HSL 21.06º 1% 0.52% -
HSV(B) 21.06º 0.96% 1% -
XYZ 45.48 29.65 3.61 -
YUV 133.74 58.18 214.49 -
System Red Green Blue C M Y K H S L
Decimal 255 96 10 0 0.62 0.96 0 21.06 1 0.52
Hex FF 60 A 0 3E 60 0 15 64 34
Octal 377 140 12 0 76 140 0 25 144 64
Binary 11111111 1100000 1010 0 111110 1100000 0 10101 1100100 110100

Color Harmonies of #FF600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF600A

Black with #FF600A

Text Example


Text Example

White with #FF600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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