Html Css Color HEX #FF5305 International Orange

📋 copy color: '#FF5305'

red 255 ◦ green 83 ◦ blue 5

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

Shades of International Orange #FF5305

Tints of International Orange #FF5305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 74.34%
G = 24.2%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5305 (or 0xFF5305) is known color: International Orange. HEX triplet: FF, 53 and 05. RGB value is (255,83,5). Sum of RGB (Red+Green+Blue) = 255+83+5=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5305 is #00ACFA. Grayscale: #7E7E7E. Windows color (decimal): -44283 or 349183. OLE color: 349183.

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

Color convert

RGB 255 83 5 -
CMYK 0 0.67 0.98 0
HSL 18.72º 1% 0.51% -
HSV(B) 18.72º 0.98% 1% -
XYZ 44.36 27.46 3.11 -
YUV 125.54 59.98 220.34 -
System Red Green Blue C M Y K H S L
Decimal 255 83 5 0 0.67 0.98 0 18.72 1 0.51
Hex FF 53 5 0 43 62 0 13 64 33
Octal 377 123 5 0 103 142 0 23 144 63
Binary 11111111 1010011 101 0 1000011 1100010 0 10011 1100100 110011

Color Harmonies of #FF5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5305

Black with #FF5305

Text Example


Text Example

White with #FF5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5305; }

 p { color: rgb(255,83,5); }

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

background-color css

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

 a { background-color: rgb(255,83,5); }

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

border-color css

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

 span { border-color: rgb(255,83,5); }

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