Html Css Color HEX #FF6003 Safety Orange

📋 copy color: '#FF6003'

red 255 ◦ green 96 ◦ blue 3

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

Shades of Safety Orange #FF6003

Tints of Safety Orange #FF6003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 72.03%
G = 27.12%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF6003 (or 0xFF6003) is known color: Safety Orange. HEX triplet: FF, 60 and 03. RGB value is (255,96,3). Sum of RGB (Red+Green+Blue) = 255+96+3=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6003 is #009FFC. Grayscale: #858585. Windows color (decimal): -40957 or 221439. OLE color: 221439.

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

Color convert

RGB 255 96 3 -
CMYK 0 0.62 0.99 0
HSL 22.14º 1% 0.51% -
HSV(B) 22.14º 0.99% 1% -
XYZ 45.44 29.63 3.41 -
YUV 132.94 54.68 215.06 -
System Red Green Blue C M Y K H S L
Decimal 255 96 3 0 0.62 0.99 0 22.14 1 0.51
Hex FF 60 3 0 3E 63 0 16 64 33
Octal 377 140 3 0 76 143 0 26 144 63
Binary 11111111 1100000 11 0 111110 1100011 0 10110 1100100 110011

Color Harmonies of #FF6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6003

Black with #FF6003

Text Example


Text Example

White with #FF6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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