Html Css Color HEX #FF5318 International Orange

📋 copy color: '#FF5318'

red 255 ◦ green 83 ◦ blue 24

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

Shades of International Orange #FF5318

Tints of International Orange #FF5318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 70.44%
G = 22.93%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF5318 (or 0xFF5318) is known color: International Orange. HEX triplet: FF, 53 and 18. RGB value is (255,83,24). Sum of RGB (Red+Green+Blue) = 255+83+24=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5318 is #00ACE7. Grayscale: #808080. Windows color (decimal): -44264 or 1594367. OLE color: 1594367.

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

Color convert

RGB 255 83 24 -
CMYK 0 0.67 0.91 0
HSL 15.32º 1% 0.55% -
HSV(B) 15.32º 0.91% 1% -
XYZ 44.5 27.51 3.83 -
YUV 127.7 69.48 218.8 -
System Red Green Blue C M Y K H S L
Decimal 255 83 24 0 0.67 0.91 0 15.32 1 0.55
Hex FF 53 18 0 43 5B 0 F 64 37
Octal 377 123 30 0 103 133 0 17 144 67
Binary 11111111 1010011 11000 0 1000011 1011011 0 1111 1100100 110111

Color Harmonies of #FF5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5318

Black with #FF5318

Text Example


Text Example

White with #FF5318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5318; }

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

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

background-color css

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

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

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

border-color css

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

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

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