Html Css Color HEX #FF530E International Orange

📋 copy color: '#FF530E'

red 255 ◦ green 83 ◦ blue 14

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

Shades of International Orange #FF530E

Tints of International Orange #FF530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 72.44%
G = 23.58%
B = 3.98%

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

#FF530E (or 0xFF530E) is known color: International Orange. HEX triplet: FF, 53 and 0E. RGB value is (255,83,14). Sum of RGB (Red+Green+Blue) = 255+83+14=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF530E is #00ACF1. Grayscale: #7F7F7F. Windows color (decimal): -44274 or 939007. OLE color: 939007.

HSL color Cylindrical-coordinate representation of color #FF530E: hue angle of 17.18º 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 #FF530E is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 14 -
CMYK 0 0.67 0.95 0
HSL 17.18º 1% 0.53% -
HSV(B) 17.18º 0.95% 1% -
XYZ 44.41 27.48 3.38 -
YUV 126.56 64.48 219.61 -
System Red Green Blue C M Y K H S L
Decimal 255 83 14 0 0.67 0.95 0 17.18 1 0.53
Hex FF 53 E 0 43 5F 0 11 64 35
Octal 377 123 16 0 103 137 0 21 144 65
Binary 11111111 1010011 1110 0 1000011 1011111 0 10001 1100100 110101

Color Harmonies of #FF530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF530E

Black with #FF530E

Text Example


Text Example

White with #FF530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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