Html Css Color HEX #FF5314 International Orange

📋 copy color: '#FF5314'

red 255 ◦ green 83 ◦ blue 20

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

Shades of International Orange #FF5314

Tints of International Orange #FF5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 71.23%
G = 23.18%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF5314 (or 0xFF5314) is known color: International Orange. HEX triplet: FF, 53 and 14. RGB value is (255,83,20). Sum of RGB (Red+Green+Blue) = 255+83+20=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5314 is #00ACEB. Grayscale: #7F7F7F. Windows color (decimal): -44268 or 1332223. OLE color: 1332223.

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

Color convert

RGB 255 83 20 -
CMYK 0 0.67 0.92 0
HSL 16.09º 1% 0.54% -
HSV(B) 16.09º 0.92% 1% -
XYZ 44.46 27.5 3.63 -
YUV 127.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 255 83 20 0 0.67 0.92 0 16.09 1 0.54
Hex FF 53 14 0 43 5C 0 10 64 36
Octal 377 123 24 0 103 134 0 20 144 66
Binary 11111111 1010011 10100 0 1000011 1011100 0 10000 1100100 110110

Color Harmonies of #FF5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5314

Black with #FF5314

Text Example


Text Example

White with #FF5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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