Html Css Color HEX #FF5308 International Orange

📋 copy color: '#FF5308'

red 255 ◦ green 83 ◦ blue 8

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

Shades of International Orange #FF5308

Tints of International Orange #FF5308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 73.7%
G = 23.99%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF5308 (or 0xFF5308) is known color: International Orange. HEX triplet: FF, 53 and 08. RGB value is (255,83,8). Sum of RGB (Red+Green+Blue) = 255+83+8=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5308 is #00ACF7. Grayscale: #7E7E7E. Windows color (decimal): -44280 or 545791. OLE color: 545791.

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

Color convert

RGB 255 83 8 -
CMYK 0 0.67 0.97 0
HSL 18.22º 1% 0.52% -
HSV(B) 18.22º 0.97% 1% -
XYZ 44.38 27.46 3.19 -
YUV 125.88 61.48 220.1 -
System Red Green Blue C M Y K H S L
Decimal 255 83 8 0 0.67 0.97 0 18.22 1 0.52
Hex FF 53 8 0 43 61 0 12 64 34
Octal 377 123 10 0 103 141 0 22 144 64
Binary 11111111 1010011 1000 0 1000011 1100001 0 10010 1100100 110100

Color Harmonies of #FF5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5308

Black with #FF5308

Text Example


Text Example

White with #FF5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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