Html Css Color HEX #FF6403 Safety Orange

📋 copy color: '#FF6403'

red 255 ◦ green 100 ◦ blue 3

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

Shades of Safety Orange #FF6403

Tints of Safety Orange #FF6403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 71.23%
G = 27.93%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF6403 (or 0xFF6403) is known color: Safety Orange. HEX triplet: FF, 64 and 03. RGB value is (255,100,3). Sum of RGB (Red+Green+Blue) = 255+100+3=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6403 is #009BFC. Grayscale: #878787. Windows color (decimal): -39933 or 222463. OLE color: 222463.

HSL color Cylindrical-coordinate representation of color #FF6403: hue angle of 23.1º 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 #FF6403 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 3 -
CMYK 0 0.61 0.99 0
HSL 23.1º 1% 0.51% -
HSV(B) 23.1º 0.99% 1% -
XYZ 45.81 30.38 3.54 -
YUV 135.29 53.35 213.39 -
System Red Green Blue C M Y K H S L
Decimal 255 100 3 0 0.61 0.99 0 23.1 1 0.51
Hex FF 64 3 0 3D 63 0 17 64 33
Octal 377 144 3 0 75 143 0 27 144 63
Binary 11111111 1100100 11 0 111101 1100011 0 10111 1100100 110011

Color Harmonies of #FF6403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6403

Black with #FF6403

Text Example


Text Example

White with #FF6403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6403; }

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

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

background-color css

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

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

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

border-color css

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

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

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