Html Css Color HEX #FF530D International Orange

📋 copy color: '#FF530D'

red 255 ◦ green 83 ◦ blue 13

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

Shades of International Orange #FF530D

Tints of International Orange #FF530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 72.65%
G = 23.65%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF530D (or 0xFF530D) is known color: International Orange. HEX triplet: FF, 53 and 0D. RGB value is (255,83,13). Sum of RGB (Red+Green+Blue) = 255+83+13=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF530D is #00ACF2. Grayscale: #7E7E7E. Windows color (decimal): -44275 or 873471. OLE color: 873471.

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

Color convert

RGB 255 83 13 -
CMYK 0 0.67 0.95 0
HSL 17.36º 1% 0.53% -
HSV(B) 17.36º 0.95% 1% -
XYZ 44.41 27.48 3.34 -
YUV 126.45 63.98 219.69 -
System Red Green Blue C M Y K H S L
Decimal 255 83 13 0 0.67 0.95 0 17.36 1 0.53
Hex FF 53 D 0 43 5F 0 11 64 35
Octal 377 123 15 0 103 137 0 21 144 65
Binary 11111111 1010011 1101 0 1000011 1011111 0 10001 1100100 110101

Color Harmonies of #FF530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF530D

Black with #FF530D

Text Example


Text Example

White with #FF530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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